np 0.1.2

Numpy-like package in Rust
Documentation

np

np is a NumPy-like package in Rust. It contains among other things:

  • a powerful N-dimensional array routines
  • sophisticated (broadcasting) functions
  • useful linear algebra, Fourier transform, and random number capabilities

np is licensed under the BSD 3-Clause license, enabling reuse with few restrictions.

All materials in this documentation are copy from NumPy documentation with a modification.