Type Definition rin::math::base::MatrixSliceN [−][src]
type MatrixSliceN<'a, N, D, RStride = U1, CStride = D> = Matrix<N, D, D, SliceStorage<'a, N, D, D, RStride, CStride>>;
A column-major matrix slice with D
rows and columns.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.