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

type MatrixSliceMutXx4<'a, N, RStride = U1, CStride = Dynamic> = MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>;

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