Crate const_matrix[][src]

Expand description

Basic matrix arithmetic for heap and stack allocated matrices using const generics

Modules

Basic arithmetic for compile-time-sized matrices either allocated on the stack (SMatrix) or on the heap (HMatrix) using const generics. Both matrix types are fully interoperable with each other.