TBD. More...
#include <export_exact_hessian_cn2.hpp>

Protected Member Functions | |
| virtual returnValue | setupHessianRegularization (void) |
| virtual returnValue | setupObjectiveEvaluation (void) |
Protected Member Functions inherited from ExportGaussNewtonCN2 | |
| bool | performFullCondensing () const |
| virtual returnValue | setupCondensing () |
| virtual returnValue | setupConstraintsEvaluation (void) |
| virtual returnValue | setupEvaluation () |
| virtual returnValue | setupMultiplicationRoutines () |
| virtual returnValue | setupQPInterface () |
| virtual returnValue | setupVariables () |
Protected Member Functions inherited from ExportNLPSolver | |
| returnValue | setupArrivalCostCalculation () |
| returnValue | setupAuxiliaryFunctions () |
| virtual returnValue | setupGetGeneralObjective () |
| virtual returnValue | setupGetLSQObjective () |
| virtual returnValue | setupGetObjective () |
| virtual returnValue | setupInitialization () |
| virtual returnValue | setupSimulation (void) |
TBD.
Definition at line 49 of file export_exact_hessian_cn2.hpp.
| BEGIN_NAMESPACE_ACADO ExportExactHessianCN2::ExportExactHessianCN2 | ( | UserInteraction * | _userInteraction = 0, |
| const std::string & | _commonHeaderName = "" |
||
| ) |
Default constructor.
@param[in] _userInteraction Pointer to corresponding user interface. @param[in] _commonHeaderName Name of common header file to be included.
Definition at line 40 of file export_exact_hessian_cn2.cpp.
|
inlinevirtual |
Destructor.
Definition at line 63 of file export_exact_hessian_cn2.hpp.
|
virtual |
Adds all function (forward) declarations of the auto-generated condensing algorithm to given list of declarations.
| [in] | declarations | List of declarations. |
Reimplemented from ExportGaussNewtonCN2.
Definition at line 97 of file export_exact_hessian_cn2.cpp.
|
virtual |
Initializes export of an algorithm.
\return SUCCESSFUL_RETURN
Reimplemented from ExportGaussNewtonCN2.
Definition at line 45 of file export_exact_hessian_cn2.cpp.
|
protectedvirtual |
Setting up of a Hessian regularization routine
Definition at line 234 of file export_exact_hessian_cn2.cpp.
|
protectedvirtual |
Setting up of an objective evaluation:
Reimplemented from ExportGaussNewtonCN2.
Definition at line 111 of file export_exact_hessian_cn2.cpp.