pub trait VectorDiag<T> where
    T: Number
{ fn diag(self) -> DiagonalMatrix<T>; }

Required methods

Implementations on Foreign Types

Implementors