Trait ha_ndarray::MatrixUnary
source · pub trait MatrixUnary: NDArray + Debug {
type Diag: Access<Self::DType>;
// Required method
fn diag(
self
) -> Result<Array<Self::DType, Self::Diag, Self::Platform>, Error>;
}
Expand description
Matrix unary operations
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.