Trait algebloat::traits::SameShape [−][src]
pub trait SameShape {
fn same_shape(&self, nrow: usize, ncol: usize) -> bool;
}Required methods
fn same_shape(&self, nrow: usize, ncol: usize) -> bool[src]pub trait SameShape {
fn same_shape(&self, nrow: usize, ncol: usize) -> bool;
}fn same_shape(&self, nrow: usize, ncol: usize) -> bool[src]