Type Definition lnkit::prelude::DVectorSliceMut[][src]

type DVectorSliceMut<'a, T, RStride = Const<1_usize>, CStride = Dynamic> = Matrix<T, Dynamic, Const<1_usize>, SliceStorageMut<'a, T, Dynamic, Const<1_usize>, RStride, CStride>>;

A column vector slice dynamic numbers of rows and columns.

Because this is an alias, not all its methods are listed here. See the Matrix type too.