Function tool::core::matrix::slice[][src]

pub fn slice<T, R, C, S>(
    matrix: &Matrix<T, R, C, S>
) -> MatrixSlice<'_, T, Dynamic, Dynamic, S::RStride, S::CStride> where
    T: Scalar,
    R: Dim,
    C: Dim,
    S: Storage<T, R, C>, 
Expand description

Get the slice of the whole matrix.