Expand description
Migrated to dzuchun.ing
Structs§
- Generic
Array Storage - A stack-allocated storage, of
typenum-backed col-major two dimensional array
Traits§
- Conv
- Convenience trait, used to define type conversions
- Generic
Matrix Ext - Conv trait defining
GenericMatrixconversions. - Generic
Matrix From Ext GenericMatrix-conversion trait intended for core arrays and regularnalgebramatrices
Type Aliases§
- Generic
Matrix - Alias to
nalgebra::Matrix, completely “hiding”const usizes away. See crate’s documentation on how this is possible.