A container holding a set of related optimization variables. More...
#include <variable_set.h>
Public Member Functions | |
Jacobian | GetJacobian () const final |
Returns derivatives of each row w.r.t. the variables. | |
VariableSet (int n_var, const std::string &name) | |
Creates a set of variables representing a single concept. | |
virtual | ~VariableSet () |
A container holding a set of related optimization variables.
This is a single set of variables representing a single concept, e.g "spline coefficients" or "step durations".
Definition at line 46 of file variable_set.h.
ifopt::VariableSet::VariableSet | ( | int | n_var, |
const std::string & | name | ||
) |
virtual ifopt::VariableSet::~VariableSet | ( | ) | [virtual] |
Jacobian ifopt::VariableSet::GetJacobian | ( | ) | const [inline, virtual] |
Returns derivatives of each row w.r.t. the variables.
Implements ifopt::Component.
Definition at line 57 of file variable_set.h.