la 0.2.0

Linear algebra library for the Rust programming language.
Documentation

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.