|
| EdgeFunction (const DifferentiableFunctionPtr_t &inner, const size_type &nArgs, const size_type &nDers, const segment_t &lInArgs, const segment_t &lInDers, const segment_t &rInArgs, const segment_t &rInDers) |
|
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 |
|
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 |
|
Compute the difference between the value of the function in two points.
i.e.: