Type Definition nalgebra::base::DMatrixSliceMut

source ·
pub type DMatrixSliceMut<'a, N, RStride = U1, CStride = Dynamic> = MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>;
Expand description

A column-major mutable matrix slice dynamic numbers of rows and columns.