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>,
Get the slice of the whole matrix.