/fixed-size-matrix-rs

Basic arithmetic for compile-time-sized matrices using Rust const generics

Primary LanguageRustOtherNOASSERTION

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.