ndarray

The ndarray crate provides an N-dimensional container for general elements and for numerics. Requires Rust 1.13.

Please read the API documentation here: (0.7), (0.6), (0.5), (0.4), (0.3), (0.2)

_ http://bluss.github.io/rust-ndarray/ _ http://bluss.github.io/rust-ndarray/0.6/ _ http://bluss.github.io/rust-ndarray/0.5/ _ http://bluss.github.io/rust-ndarray/0.4/ _ http://bluss.github.io/rust-ndarray/0.3/ _ http://bluss.github.io/rust-ndarray/0.2/

|buildstatus| |crates|_

.. |buildstatus| image:: https://travis-ci.org/bluss/rust-ndarray.svg?branch=master .. _buildstatus: https://travis-ci.org/bluss/rust-ndarray

.. |crates| image:: http://meritbadge.herokuapp.com/ndarray .. _crates: https://crates.io/crates/ndarray

Highlights

Status and Lookout

Crate Feature Flags

The following crate feature flags are available. They are configured in your Cargo.toml.

How to use with cargo::

[dependencies]
ndarray = "0.7"

Recent Changes (ndarray)

__ http://bluss.github.io/rust/2016/03/06/ndarray-0.4/

__ https://bluss.github.io/rust-ndarray/master/ndarray/struct.ArrayBase.html#arithmetic-operations

Recent Changes (ndarray-rand)

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.