np
is an easy-to-use fundamental library for scientific computing with Rust,
highly inspired by [NumPy].
Documentation: - Quickstart Tutorial - [API Reference]
Add this to your Cargo.toml
:
toml
[dependencies]
np = "0.1.5"
To get started using np
, read the [quickstart tutorial].
Feel free to start discussion at [GitHub issues].
np
is licensed under the BSD 3-Clause license.