Type Definition lnkit::prelude::base::SVectorSliceMut[][src]

type SVectorSliceMut<'a, T, const D: usize> = Matrix<T, Const<D>, Const<1_usize>, SliceStorageMut<'a, T, Const<D>, Const<1_usize>, Const<1_usize>, Const<D>>>;

A column vector slice with dimensions known at compile-time.

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