Trait ha_ndarray::NDArrayReduceBoolean
source · pub trait NDArrayReduceBoolean: NDArrayRead {
// Required methods
fn all(self) -> Result<bool, Error>;
fn any(self) -> Result<bool, Error>;
}
Expand description
Boolean array reduce operations
Required Methods§
Object Safety§
This trait is not object safe.