7#ifndef __IPLEASTSQUAREMULTS_HPP__
8#define __IPLEASTSQUAREMULTS_HPP__
43 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()
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_
augmented system solver to be used for solving the linear system
void operator=(const LeastSquareMultipliers &)
This class stores a list of user set options.
Template class for Smart Pointers.
This file contains a base class for all exceptions and a set of macros to help with exceptions.