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

type MatrixSliceMutXx3<'a, N, RStride = U1, CStride = Dynamic> = MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>;

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