Type Definition nalgebra::base::DVectorView
source · pub type DVectorView<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, U1, ViewStorage<'a, T, Dyn, U1, RStride, CStride>>;
Expand description
A column vector view dynamic numbers of rows and columns.