Type Definition nalgebra::base::DMatrixView
source · pub type DMatrixView<'a, T, RStride = U1, CStride = Dyn> = Matrix<T, Dyn, Dyn, ViewStorage<'a, T, Dyn, Dyn, RStride, CStride>>;
Expand description
A column-major matrix view dynamic numbers of rows and columns.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.