Class CostFunction

Inheritance Relationships

Derived Types

Class Documentation

class CostFunction

The CostFunction class pure virtual function used to describe functions for computeGradient method.

Subclassed by OpenSoT::tasks::velocity::Manipulability::ComputeManipulabilityIndexGradient, OpenSoT::tasks::velocity::MinimumEffort::ComputeGTauGradient

Public Functions

virtual double compute(const Eigen::VectorXd &x) = 0

compute value of function in x

Parameters

x

Returns

scalar