Type Definition nalgebra::base::MatrixSliceMutXx1 [−][src]
pub type MatrixSliceMutXx1<'a, T, RStride = U1, CStride = Dynamic> = Matrix<T, Dynamic, U1, SliceStorageMut<'a, T, Dynamic, U1, RStride, CStride>>;
Expand description
A column-major matrix slice with a number of rows chosen at runtime and 1 column.