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

type VectorSlice5<'a, N, RStride = U1, CStride = U5> = Matrix<N, U5, U1, SliceStorage<'a, N, U5, U1, RStride, CStride>>;

A 5D column vector slice.

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