pub type JacobianSlice<'a, N> = Matrix<N, Const<{_: usize}>, Dynamic, SliceStorage<'a, N, Const<{_: usize}>, Dynamic, Const<1_usize>, Const<{_: usize}>>>;
Expand description

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