Type Definition nalgebra::base::DVectorSliceMut
source · pub type DVectorSliceMut<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, U1, ViewStorageMut<'a, T, Dyn, U1, RStride, CStride>>;
👎Deprecated: Use DVectorViewMut instead. See issue #1076 for more information.
Expand description
A column vector slice dynamic numbers of rows and columns.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.