Type Definition nalgebra::core::MatrixSliceMut2xX [] [src]

type MatrixSliceMut2xX<'a, N, RStride = U1, CStride = U2> = MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>;

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