34 #ifndef ACADO_TOOLKIT_CONSTANT_HESSIAN_HPP 35 #define ACADO_TOOLKIT_CONSTANT_HESSIAN_HPP 124 #endif // ACADO_TOOLKIT_CONSTANT_HESSIAN_HPP
Data class for storing generic optimization variables.
Implements a very rudimentary block sparse matrix class.
virtual ~ConstantHessian()
Allows to pass back messages to the calling function.
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
#define CLOSE_NAMESPACE_ACADO
Implements a constant Hessian as approximation of second-order derivatives within NLPsolvers...
ConstantHessian & operator=(const ConstantHessian &rhs)
virtual returnValue initScaling(BlockMatrix &B, const BlockMatrix &x, const BlockMatrix &y)
Encapsulates all user interaction for setting options, logging data and plotting results.
void rhs(const real_t *x, real_t *f)
virtual returnValue apply(BlockMatrix &B, const BlockMatrix &x, const BlockMatrix &y)
virtual returnValue initHessian(BlockMatrix &B, uint N, const OCPiterate &iter)
virtual NLPderivativeApproximation * clone() const
#define BEGIN_NAMESPACE_ACADO
Base class for techniques of approximating second-order derivatives within NLPsolvers.