Module nalgebra::base::par_iter

source ·
Expand description

Parallel iterators for matrices compatible with rayon.

Structs§

  • A rayon parallel iterator over the columns of a matrix. It is created using the [par_column_iter] method of Matrix.
  • A rayon parallel iterator through the mutable columns of a matrix. Only available if compiled with the feature rayon.