Skip to content

rust-sci/rust-sci.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published