Type Definition na::MatrixViewMut1xX

source ·
pub type MatrixViewMut1xX<'a, T, RStride = Const<1>, CStride = Const<1>> = Matrix<T, Const<1>, Dyn, ViewStorageMut<'a, T, Const<1>, Dyn, RStride, CStride>>;
Expand description

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