Type Definition nalgebra::base::VectorSliceMut
source · pub type VectorSliceMut<'a, T, D, RStride = U1, CStride = D> = Matrix<T, D, U1, ViewStorageMut<'a, T, D, U1, RStride, CStride>>;
👎Deprecated: Use VectorViewMut instead. See issue #1076 for more information.
Expand description
A column vector slice with dimensions known at compile-time.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.