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

type DVectorSliceMut<'a, N, RStride = U1, CStride = Dynamic> = VectorSliceMutN<'a, N, Dynamic, RStride, CStride>;

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

Trait Implementations

impl<'a, N: Scalar + Copy> From<&'a mut [N]> for DVectorSliceMut<'a, N>[src]