Public Member Functions | |
AngVelCost (vector< IncrementalRBPtr > rbs, const VarArray &r, double coeff) | |
double | value (const DblVec &x) |
Evaluate at solution vector x. | |
ConvexObjectivePtr | convex (const DblVec &x, Model *model) |
Convexify at solution vector x. | |
Public Member Functions inherited from sco::Cost | |
string | name () |
void | setName (const string &name) |
Cost (const string &name) | |
Public Attributes | |
vector< IncrementalRBPtr > | m_rbs |
VarArray | m_r |
double | m_coeff |
Additional Inherited Members | |
Protected Attributes inherited from sco::Cost | |
string | name_ |