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

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

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