A fast math library for Rust written to support my machine learning project sickml.
The library currently only have a fast and scalable Vector and Matrix implementation.
- Finalize the Vector and Matrix implementation
- Write missing Documentation
- Add missing Tests
- Benchmark key features