7 #ifndef __ASSTDSTEPCALC_HPP__
8 #define __ASSTDSTEPCALC_HPP__
27 const std::string& prefix);
34 std::vector<Index>& x_bound_violations_idx,
35 std::vector<Number>& x_bound_violations_du);
Dense Vector Implementation.
Specialized CompoundVector class specifically for the algorithm iterates.
This class stores a list of user set options.
Template class for Smart Pointers.
SmartPtr< SchurData > ift_data_
StdStepCalculator(SmartPtr< SchurData > ift_data, SmartPtr< SensBacksolver > backsolver)
virtual ~StdStepCalculator()
bool BoundCheck(IteratesVector &sol, std::vector< Index > &x_bound_violations_idx, std::vector< Number > &x_bound_violations_du)
virtual bool Step(DenseVector &delta_u, IteratesVector &sol)
This is the main algorithmic function of this class; It calculates a step using its SchurDriver,...
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class.
SmartPtr< SensBacksolver > backsolver_
double Number
Type of all numbers.