Trait algebloat::traits::MatrixReshape[][src]

pub trait MatrixReshape where
    Self: Sized
{ unsafe fn unsafe_reshape(self, nrow: usize, ncol: usize) -> Reshape<Self>;
fn reshape(self, nrow: usize, ncol: usize) -> Reshape<Self>; }

Required methods

Implementors