|
| | DFWrapper (size_type sizeInput, size_type sizeInputDerivative, size_type sizeOutput, std::string name) |
| |
| void | impl_compute (LiegroupElementRef result, vectorIn_t argument) const |
| |
| void | impl_jacobian (matrixOut_t jacobian, vectorIn_t arg) const |
| |
| virtual | ~DifferentiableFunction () |
| |
| LiegroupElement | operator() (vectorIn_t argument) const |
| |
| void | value (LiegroupElementRef result, vectorIn_t argument) const |
| |
| void | jacobian (matrixOut_t jacobian, vectorIn_t argument) const |
| |
| const ArrayXb & | activeParameters () const |
| |
| const ArrayXb & | activeDerivativeParameters () const |
| |
| size_type | inputSize () const |
| |
| size_type | inputDerivativeSize () const |
| |
| LiegroupSpacePtr_t | outputSpace () const |
| |
| size_type | outputSize () const |
| |
| size_type | outputDerivativeSize () const |
| |
| const std::string & | name () const |
| |
| virtual std::ostream & | print (std::ostream &o) const |
| |
| std::string | context () const |
| |
| void | context (const std::string &c) |
| |
| void | finiteDifferenceForward (matrixOut_t jacobian, vectorIn_t arg, DevicePtr_t robot=DevicePtr_t(), value_type eps=std::sqrt(Eigen::NumTraits< value_type >::epsilon())) const |
| |
| void | finiteDifferenceCentral (matrixOut_t jacobian, vectorIn_t arg, DevicePtr_t robot=DevicePtr_t(), value_type eps=std::sqrt(Eigen::NumTraits< value_type >::epsilon())) const |
| |
| bool | operator== (DifferentiableFunction const &other) const |
| |
| bool | operator!= (DifferentiableFunction const &b) const |
| |
| virtual std::pair< JointConstPtr_t, JointConstPtr_t > | dependsOnRelPoseBetween (DeviceConstPtr_t) const |
| |
◆ Ptr_t
◆ DFWrapper()
| pyhpp::constraints::DFWrapper::DFWrapper |
( |
size_type |
sizeInput, |
|
|
size_type |
sizeInputDerivative, |
|
|
size_type |
sizeOutput, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ impl_compute()
◆ impl_jacobian()
◆ jacobian_wrap()
◆ py_jacobian()
◆ py_value()
◆ value_wrap()
The documentation for this struct was generated from the following file: