pub trait DiagflatOp<T> {
    fn diagflat(&self, x: &Matrix<'_, T>) -> Matrix<'_, T>;
}

Required Methods

Implementations on Foreign Types

Implementors