## NOTE: This project is not actively developed.
I will try to fix bugs as reported. Contact me if you are interested
in taking over the project.
# reikna
[](https://travis-ci.org/phillip-h/reikna) [](https://crates.io/crates/reikna)
A fast and lightweight rust math library
# about
`reikna` is a math library for rust designed to be fast and lightweight.
More information, including examples, can be found
[here](https://phillip-h.github.io/reikna/docs/reikna/index.html).
# usage
[Add the crate to your Cargo.toml](https://crates.io/crates/reikna)
Alternatively, add clone the repository and add the files manually.
Documentation is available
[here](https://phillip-h.github.io/reikna/reikna/index.html),
through GitHub pages.
Unit tests are available for each module, they can be run with `cargo test`.
# license
Licensed under the MIT License, see LICENSE for more information.