17 #ifndef HPP_CONSTRAINTS_FUNCTION_OF_PARAMETER_SUBSET_HH 18 # define HPP_CONSTRAINTS_FUNCTION_OF_PARAMETER_SUBSET_HH 23 namespace constraints {
73 g_->value(y, arg.segment (sa_.first, sa_.second));
78 g_->jacobian(J.middleCols (sd_.first, sd_.second),
79 arg.segment (sa_.first, sa_.second));
82 std::ostream& print (std::ostream& os)
const;
90 #endif // HPP_CONSTRAINTS_FUNCTION_OF_PARAMETER_SUBSET_HH void impl_compute(LiegroupElementRef y, vectorIn_t arg) const
User implementation of function evaluation.
Definition: of-parameter-subset.hh:71
pinocchio::vectorIn_t vectorIn_t
Definition: fwd.hh:48
DifferentiableFunctionPtr_t g_
Definition: of-parameter-subset.hh:84
Definition: active-set-differentiable-function.hh:24
shared_ptr< OfParameterSubset > OfParameterSubsetPtr_t
Definition: fwd.hh:208
std::pair< size_type, size_type > segment_t
Definition: fwd.hh:71
Definition: differentiable-function.hh:52
Definition: of-parameter-subset.hh:39
void impl_jacobian(matrixOut_t J, vectorIn_t arg) const
Definition: of-parameter-subset.hh:76
shared_ptr< DifferentiableFunction > DifferentiableFunctionPtr_t
Definition: fwd.hh:101
#define HPP_CONSTRAINTS_DLLAPI
Definition: config.hh:64
pinocchio::LiegroupElementRef LiegroupElementRef
Definition: fwd.hh:54
pinocchio::size_type size_type
Definition: fwd.hh:36
Eigen::Ref< matrix_t > matrixOut_t
Definition: fwd.hh:46
const segment_t sd_
Definition: of-parameter-subset.hh:85