Crate generic_array_storage

Crate generic_array_storage 

Source
Expand description

Migrated to dzuchun.ing

Structs§

GenericArrayStorage
A stack-allocated storage, of typenum-backed col-major two dimensional array

Traits§

Conv
Convenience trait, used to define type conversions
GenericMatrixExt
Conv trait defining GenericMatrix conversions.
GenericMatrixFromExt
GenericMatrix-conversion trait intended for core arrays and regular nalgebra matrices

Type Aliases§

GenericMatrix
Alias to nalgebra::Matrix, completely “hiding” const usizes away. See crate’s documentation on how this is possible.