Module prelude

Source
Expand description

Into- traits for creating parallelized iterators.

Re-exports§

pub use NdarrayIntoParallelIterator;
pub use NdarrayIntoParallelRefIterator;
pub use NdarrayIntoParallelRefMutIterator;
pub use rayon::prelude::ParallelIterator;
pub use rayon::prelude::IndexedParallelIterator;

Traits§

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.