Module nalgebra::base::iter

source ·
Expand description

Matrix iterators.

Structs

  • An iterator through the columns of a matrix.
  • An iterator through the mutable columns of a matrix.
  • An iterator through a dense matrix with arbitrary strides matrix.
  • An iterator through a dense matrix with arbitrary strides matrix.
  • An iterator through the rows of a matrix.
  • An iterator through the mutable rows of a matrix.