Type Definition na::base::DVectorView

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

A column vector view dynamic numbers of rows and columns.