Type Definition nalgebra::base::MatrixSliceMut1xX

source ·
pub type MatrixSliceMut1xX<'a, T, RStride = U1, CStride = U1> = Matrix<T, U1, Dyn, ViewStorageMut<'a, T, U1, Dyn, RStride, CStride>>;
👎Deprecated: Use MatrixViewMut1xX instead. See issue #1076 for more information.
Expand description

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