Function tool::core::matrix::slice [−][src]
pub fn slice<N, R, C, S1>(
matrix: &Matrix<N, R, C, S1>
) -> Slice<'_, N, R, C, S1> where
N: RealField,
R: Dim,
C: Dim,
S1: Storage<N, R, C>,
Get the slice of the whole matrix.