Module matrixable::req

source ·
Expand description

Traits required for performing operations on MatrixExt structures are all packed here.

Traits§

  • A strategy trait for access to matrix elements.
  • A trait for in-place modification of matrices. The following example shows the implementation of the SortBy strategy used in this crate.
  • Create a matrix from an iterator.
  • Exchange matrix dimensions.
  • A strategy trait for matrix transformation.