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