7 #ifndef __IPLEASTSQUAREMULTS_HPP__ 8 #define __IPLEASTSQUAREMULTS_HPP__ 43 const std::string& prefix
virtual ~LeastSquareMultipliers()
Destructor.
Base Class for objects that compute estimates for the equality constraint multipliers y_c and y_d...
This file contains a base class for all exceptions and a set of macros to help with exceptions...
Class for calculator for the least-square equality constraint multipliers.
Template class for Smart Pointers.
This class stores a list of user set options.
Base class for Solver for the augmented system.
SmartPtr< AugSystemSolver > augsyssolver_
augmented system solver to be used for solving the linear system
void operator=(const LeastSquareMultipliers &)
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
overloaded from AlgorithmStrategyObject
LeastSquareMultipliers()
Default Constructor.
virtual bool CalculateMultipliers(Vector &y_c, Vector &y_d)
This method computes the least-square estimates for y_c and y_d at the current point.