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

type VectorSliceMut5<'a, N, RStride = U1, CStride = U5> = Matrix<N, U5, U1, SliceStorageMut<'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.