9 #ifndef __IPLEASTSQUAREMULTS_HPP__
10 #define __IPLEASTSQUAREMULTS_HPP__
38 const std::string& prefix);
Base class for Solver for the augmented system.
Base Class for objects that compute estimates for the equality constraint multipliers y_c and y_d.
Class for calculator for the least-square equality constraint multipliers.
virtual ~LeastSquareMultipliers()
Default destructor.
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.
LeastSquareMultipliers()
Default Constructor.
LeastSquareMultipliers(AugSystemSolver &augSysSolver)
Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
overloaded from AlgorithmStrategyObject
LeastSquareMultipliers(const LeastSquareMultipliers &)
Copy Constructor.
SmartPtr< AugSystemSolver > augsyssolver_
Pointer for the augmented system solver to be used for solving the linear system.
void operator=(const LeastSquareMultipliers &)
Overloaded Equals Operator.
This class stores a list of user set options.
Template class for Smart Pointers.