Version 0.1.0
See all const_matrix's items
Basic matrix arithmetic for heap and stack allocated matrices using const generics
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.