Type Definition na::SVectorViewMut

source ·
pub type SVectorViewMut<'a, T, const D: usize> = Matrix<T, Const<D>, Const<1>, ViewStorageMut<'a, T, Const<D>, Const<1>, Const<1>, Const<D>>>;
Expand description

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

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