mathru 0.6.7

Mathematics library written in Rust
Documentation

mathru

crate documentation minimum rustc 1.38.0 maintenance pipeline status

Mathru is a numeric library containing algorithms for linear algebra, analysis and statistics written in pure Rust with BLAS/LAPACK support.

Features

The following features are impelmented in this create:

Usage

Add this to your Cargo.toml for the native Rust implementation:

[dependencies.mathru]
version = "^0.6"

Add the following lines to 'Cargo.toml' if the blas/lapack backend should be used:

[dependencies.mathru]
version = "^0.6"
default-features = false
features = ["blaslapack"]

Then import the modules and it is ready to be used.

Documentation

See project page for more information and examples. The API is documented on docs.rs.

License

Licensed under

Contribution

Any contribution is welcome!