ndarray-parallel

ndarray-parallel integrates ndarray with rayon__ for simple parallelization.

_ https://github.com/nikomatsakis/rayon Please read the API documentation here_

__ http://docs.rs/ndarray-parallel/

|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-parallel .. _crates: https://crates.io/crates/ndarray-parallel

Highlights

Status and Lookout

How to use with cargo::

[dependencies]
ndarray-parallel = "0.3"

Recent Changes (ndarray-parallel)

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.