Type Definition nalgebra::base::MatrixViewXx1

source ·
pub type MatrixViewXx1<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, U1, ViewStorage<'a, T, Dyn, U1, RStride, CStride>>;
Expand description

A column-major matrix view with a number of rows chosen at runtime and 1 column.