[][src]Type Definition nalgebra::base::MatrixSlice1xX

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

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