Trait algebloat::traits::SameShape[][src]

pub trait SameShape {
    fn same_shape(&self, nrow: usize, ncol: usize) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors