2 unstable releases

Uses old Rust 2015

0.2.0 Nov 11, 2015
0.1.0 Sep 27, 2015

#1157 in Math

40 downloads per month

Apache-2.0

120KB
3K SLoC

rust-la

Build Status

Linear algebra library for the Rust programming language.

Documentation

See here.

Usage

To use this crate, add la as a dependency to your project's Cargo.toml:

[dependencies]
la = "0.1.0"

Features

  • BLAS
  • immutable and mutable implementations
  • inverse, solve
  • decompositions, including
    • Cholesky
    • LU
    • QR
    • Eigen
    • SVD.

Only dense matrixes.

Dependencies

~495–790KB
~11K SLoC