Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.17 KB

Scientific computing with Rust

While the Rust language is gaining more and more attention, scientific computing using rust is not established yet.

We want to change this! Join us on IRC on #rust-sci at irc.mozilla.org

existing crates

linear algebra

  • alga abstract algebra for Rust
  • blas provides an interface to the Basic Linear Algebra Subprograms
  • lapack provides an interface to the Linear Algebra PACKage
  • nalgebra Linear algebra library
  • ndarray provides an N-dimensional container for general elements and for numerics.
  • rulinalg a linear algebra library written in Rust that doesn't require heavy external dependencies.

simulation

  • Lumol molecular simulation engine

genome related crates

  • alpaca the ALgebraic PArallel variant CAller [in development]

missing