Trait algebloat::traits::ToMatrix[][src]

pub trait ToMatrix {
    fn to_mat(self) -> Matrix;
}

Required methods

Implementors