np

np is an easy-to-use fundamental library for scientific computing with Rust, highly inspired by [NumPy].

Documentation: - Quickstart Tutorial - [API Reference]

Usage

Add this to your Cargo.toml:

toml [dependencies] np = "2019.3.3"

and this to your crate root:

```rust extern crate np;

// Import all required traits use np::*; ```

To get started using np, read the [quickstart tutorial].

Getting help

Feel free to start discussion at [GitHub issues].

License

np is licensed under the BSD 3-Clause license.