Trait algebloat::traits::MatrixTranspose[][src]

pub trait MatrixTranspose where
    Self: Sized
{ fn t(self) -> Transposer<Self>; }

Required methods

Implementors