Crate matrixable

source ·
Expand description

This library provides traits and structs that will extend the capacities of a matrix-like struct.

A matrix implementing MatrixExt is by default in Row Major Order, but you can still change it using transpose access.

§Features

  • impls (default): Enables implementation of MatrixExt and MatrixMutExt for the standard 2D array [[T; N]; M].

Modules§

Traits§

  • This trait provides methods and tools for accessing data in matrix-like structures.
  • This trait adds mutable access and some additional methods to MatrixExt implementors.

Functions§