Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 813 Bytes

File metadata and controls

11 lines (9 loc) · 813 Bytes

License Documentation

const_matrix-rs

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. The elements of a SMatrix can be other SMatrices which theoretically could contain SMatrices themselves up to arbitrarily deep finite nesting levels.