Type Definition nyx_space::dimensions::MatrixSliceMutXx4[][src]

type MatrixSliceMutXx4<'a, N, RStride = U1, CStride = Dynamic> = Matrix<N, Dynamic, U4, SliceStorageMut<'a, N, Dynamic, U4, RStride, CStride>>;
Expand description

A column-major matrix slice with a number of rows chosen at runtime and 4 columns.