Crate numeric [] [src]

Numeric Rust provides a foundation for doing scientific computing with Rust. It aims to be for Rust what Numpy is for Python.

Its Tensor object uses OpenBLAS for fast matrix muliplications and other operations.

Modules

tensor

The tensor module defines a N-dimensional matrix object.

tests