Skip to content

dwego/num-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumRS

License: MIT

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.

Goals

  • 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.

Status

NumRS is currently in early development.

About

an experimental numerical computing library made in rust

Resources

License

Security policy

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages