Trait ndarray_parallel::prelude::ParApply1 [−][src]
The par_apply method for Zip.
This is a shorthand for using .into_par_iter().for_each() on
Zip.
Required Methods
Implementations on Foreign Types
impl<Dim: Dimension, P1: NdProducer<Dim = Dim>> ParApply1<P1::Item> for Zip<(P1,), Dim> where
P1::Item: Send,
P1: Send, [src]
impl<Dim: Dimension, P1: NdProducer<Dim = Dim>> ParApply1<P1::Item> for Zip<(P1,), Dim> where
P1::Item: Send,
P1: Send,