|
VectorXs | g |
| Inequality constraint values.
|
|
MatrixXs | Gu |
| Jacobian of the inequality constraint.
|
|
MatrixXs | Gx |
| Jacobian of the inequality constraint.
|
|
VectorXs | h |
| Equality constraint values.
|
|
MatrixXs | Hu |
| Jacobian of the equality constraint.
|
|
MatrixXs | Hx |
| Jacobian of the equality constraint.
|
|
boost::shared_ptr< ResidualDataAbstract > | residual |
| Residual data.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
DataCollectorAbstract * | shared |
| Shared data.
|
|
VectorXs | g |
| Inequality constraint values.
|
|
MatrixXs | Gu |
| Jacobian of the inequality constraint.
|
|
MatrixXs | Gx |
| Jacobian of the inequality constraint.
|
|
VectorXs | h |
| Equality constraint values.
|
|
MatrixXs | Hu |
| Jacobian of the equality constraint.
|
|
MatrixXs | Hx |
| Jacobian of the equality constraint.
|
|
boost::shared_ptr< ResidualDataAbstract > | residual |
| Residual data.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
DataCollectorAbstract * | shared |
| Shared data.
|
|
template<typename _Scalar>
struct crocoddyl::ConstraintDataResidualTpl< _Scalar >
Definition at line 161 of file residual.hpp.