Trait ha_ndarray::NDArrayUnaryBoolean
source · pub trait NDArrayUnaryBoolean: NDArray + Sized {
type Output: Access<u8>;
// Required method
fn not(self) -> Result<Array<u8, Self::Output, Self::Platform>, Error>;
}
Expand description
Unary boolean array operations
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.