#include <MoochoPack_QuasiRangeSpaceStepStd_Strategy.hpp>
Inheritance diagram for MoochoPack::QuasiRangeSpaceStepStd_Strategy:
Overridden from QuasiRangeSpaceStep_Strategy | |
| bool | solve_quasi_range_space_step (std::ostream &out, EJournalOutputLevel olevel, NLPAlgo *algo, NLPAlgoState *s, const Vector &xo, const Vector &c_xo, VectorMutable *v) |
| Solves the range space problem with the old decomposition at x_k. | |
| void | print_step (std::ostream &out, const std::string &leading_str) const |
| | |
Definition at line 39 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.hpp.
|
||||||||||||||||||||||||||||||||
|
Solves the range space problem with the old decomposition at x_k. Solves: vy = -inv(Gc_k'*Y_k) * c_xo v = Y_k*vy Implements MoochoPack::QuasiRangeSpaceStep_Strategy. Definition at line 37 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.cpp. |
|
||||||||||||
|
Implements MoochoPack::QuasiRangeSpaceStep_Strategy. Definition at line 56 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.cpp. |
1.3.9.1