Type Definition rin::math::MatrixSliceMN[][src]

type MatrixSliceMN<'a, N, R, C, RStride = U1, CStride = R> = Matrix<N, R, C, SliceStorage<'a, N, R, C, RStride, CStride>>;

A column-major matrix slice with R rows and C columns.

Because this is an alias, not all its methods are listed here. See the Matrix type too.