42 #ifndef RANGE_SPACE_STEP_STD_STEP_H
43 #define RANGE_SPACE_STEP_STD_STEP_H
48 namespace MoochoPack {
65 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
72 #endif // RANGE_SPACE_STEP_STD_STEP_H
Base type for all objects that perform steps in an Algorithm.
void print_step(const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const
Acts as the central hub for an iterative algorithm.
Calculates the range space step by, solving for py = -inv(R)*c(equ_decomp), then setting Ypy = Y * py...
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)