This Repository is an implementation of matrices and vectors using compile time constant generics in Rust.
It is a work in progress
- Generics over Algebraic Types
- Matrix creation
- Matrix-Matrix Operations
- Matrix-Scalar Operations
- Matrix-Vector Operations
- Vector Creation
- Vector-Scalar Operations
- Vector-Vector Operations
- Matrix and Vector Iterators
- Special Types for common matrices
- Row Reduction Algorithms
- Traits for symmetric and other matrix types
- Optimization purposes
- LU & QR Decomposition
- More BLAS support
- Matrix Inverses
- Eigenvalue Algorithms
- Householder Transformations and other efficient algorithms
- Better Benchmarking
- Better Doctests
- Tensors??