Type Definition nalgebra::base::DVectorSliceMut[][src]

pub type DVectorSliceMut<'a, N, RStride = U1, CStride = Dynamic> = Matrix<N, Dynamic, U1, SliceStorageMut<'a, N, Dynamic, U1, RStride, CStride>>;
Expand description

A column vector slice dynamic numbers of rows and columns.

Trait Implementations

Performs the conversion.