Type Definition na::DVectorViewMut

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

A column vector view dynamic numbers of rows and columns.

Because this is an alias, not all its methods are listed here. See the Matrix type too.