Module matrixable::access

source ·
Expand description

Tools for matrix access and transformation.

Structs§

  • A MatrixExt which provides immutable access to another matrix by following a certain access strategy.
  • A MatrixMutExt which provides mutable access to another matrix by following a certain access strategy.