Sukker - Matrix library written in rust
Linear algebra in Rust! Parallelized using rayon with support for many common datatypes, sukker tries to make matrix operations easier for the user, while still giving you as the user the performance you deserve
Examples
use Matrix;
More examples can be found here
Documentation
Full API documentation can be found here.
Features
- Blazingly fast
- Common matrix operations exists under matrix module
- Support for f32, f64, i32, i64 and even i8