Module ndarray_parallel::prelude[][src]

Into- traits for creating parallelized iterators.

Re-exports

pub use rayon::prelude::ParallelIterator;
pub use rayon::prelude::IndexedParallelIterator;

Traits

NdarrayIntoParallelIterator
NdarrayIntoParallelRefIterator
NdarrayIntoParallelRefMutIterator
ParApply1

The par_apply method for Zip.

ParApply2

The par_apply method for Zip.

ParApply3

The par_apply method for Zip.

ParApply4

The par_apply method for Zip.

ParApply5

The par_apply method for Zip.

ParApply6

The par_apply method for Zip.

ParMap

Parallel versions of map_inplace and mapv_inplace.