[][src]Type Definition na::base::MatrixSliceMut1xX

type MatrixSliceMut1xX<'a, N, RStride = U1, CStride = U1> = Matrix<N, U1, Dynamic, SliceStorageMut<'a, N, U1, Dynamic, RStride, CStride>>;

A column-major mutable matrix slice with 1 row and a number of columns chosen at runtime.