42 #ifndef CHECK_DECOMPOSITION_FROM_PY_STEP_H
43 #define CHECK_DECOMPOSITION_FROM_PY_STEP_H
50 namespace MoochoPack {
90 const new_decomp_strategy_ptr_t &new_decomp_strategy
91 ,
value_type max_decomposition_cond_change_frac = 100.0
104 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
118 #endif // CHECK_DECOMPOSITION_FROM_PY_STEP_H
Base type for all objects that perform steps in an Algorithm.
void reset()
Call the reset initialization of all defaults.
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
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
STANDARD_COMPOSITION_MEMBERS(NewDecompositionSelection_Strategy, new_decomp_strategy)
AbstractLinAlgPack::value_type value_type
Abstract interface for an object that directs the selection of a new decomposition.
Acts as the central hub for an iterative algorithm.
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, max_decomposition_cond_change_frac)
CheckDecompositionFromPy_Step()
Check if the decomposition is going singular and if it is select a new decomposition.