pub type JacobianSlice<'a, N> = Matrix<N, Const<6>, Dynamic, SliceStorage<'a, N, Const<6>, Dynamic, Const<1>, Const<6>>>;
Expand description

The type of a slice of the constraint Jacobian in twist coordinates.