9 #ifndef __IPEXACTHESSIANUPDATER_HPP__
10 #define __IPEXACTHESSIANUPDATER_HPP__
36 const std::string& prefix);
Implementation of the HessianUpdater for the use of exact second derivatives.
ExactHessianUpdater(const ExactHessianUpdater &)
Copy Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
overloaded from AlgorithmStrategyObject
void operator=(const ExactHessianUpdater &)
Overloaded Equals Operator.
virtual ~ExactHessianUpdater()
Default destructor.
virtual void UpdateHessian()
Update the Hessian based on the current information in IpData.
ExactHessianUpdater()
Default Constructor.
Abstract base class for objects responsible for updating the Hessian information.
This class stores a list of user set options.