[−][src]Trait matrixcompare::Matrix
Main interface for access to the elements of a matrix.
Required methods
pub fn rows(&self) -> usize[src]
pub fn cols(&self) -> usize[src]
pub fn access(&self) -> Access<'_, T>[src]
Expose dense or sparse access to the matrix.
Implementations on Foreign Types
impl<'_, T, X> Matrix<T> for &'_ X where
X: Matrix<T>, [src]
X: Matrix<T>,