Type Definition nalgebra::base::DVectorSliceMut

source ·
pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>;
Expand description

A mutable column vector slice dynamic numbers of rows and columns.