Type Definition nalgebra::base::MatrixSliceMutXx5

source ·
pub type MatrixSliceMutXx5<'a, N, RStride = U1, CStride = Dynamic> = MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>;
Expand description

A column-major mutable matrix slice with a number of rows chosen at runtime and 5 columns.