Type Definition nalgebra::base::MatrixSliceMut1

source ·
pub type MatrixSliceMut1<'a, N, RStride = U1, CStride = U1> = MatrixSliceMutN<'a, N, U1, RStride, CStride>;
Expand description

A column-major 1x1 mutable matrix slice.