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

type MatrixSliceXx2<'a, N, RStride = U1, CStride = Dynamic> = MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>;

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