Go to the documentation of this file.
7 #ifndef __IPEXACTHESSIANUPDATER_HPP__
8 #define __IPEXACTHESSIANUPDATER_HPP__
35 const std::string& prefix
ExactHessianUpdater()
Default Constructor.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
Implementation of the HessianUpdater for the use of exact second derivatives.
virtual void UpdateHessian()
Update the Hessian based on the current information in IpData.
void operator=(const ExactHessianUpdater &)
Default Assignment Operator.
Abstract base class for objects responsible for updating the Hessian information.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
overloaded from AlgorithmStrategyObject
virtual ~ExactHessianUpdater()
Destructor.
This class stores a list of user set options.
ExactHessianUpdater(const ExactHessianUpdater &)
Copy Constructor.