Expand description
A crate to work with dynamically sized matrices.
Modules§
- errors
- Contains the errors associated with this crate
Macros§
- dynamic_
matrix - A macro to construct a DynamicMatrix
Structs§
- Dynamic
Matrix - A dynamic matrix in stored in row-major order.