NumRS is an experimental numerical computing library written in Rust.
This project was created for studying linear algebra, numerical methods, memory layout, performance, and low-level programming.
The current implementation provides the basic foundation for working with dense matrices using f64.
NumRS is an educational project and is not intended for production use.
- Learn how numerical libraries work internally.
- Explore Rust for high-performance computing.
- Study numerical precision and stability.
- Experiment with memory optimization, parallelism, and SIMD.
- Keep the public API safe while isolating low-level code.
NumRS is currently in early development.