MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Null Space Step for Interior Point algorithm. More...
#include <MoochoPack_TangentialStepIP_Step.hpp>
Overridden from AlgorithmStep | |
bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
void | print_step (const IterationPack::Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
Null Space Step for Interior Point algorithm.
This class calculates the step pz (and Zpz)
Definition at line 56 of file MoochoPack_TangentialStepIP_Step.hpp.
bool MoochoPack::TangentialStepIP_Step::do_step | ( | Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss | ||
) |
Definition at line 65 of file MoochoPack_TangentialStepIP_Step.cpp.