x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).
More...
#include <MoochoPack_LineSearchFullStep_Step.hpp>
Inheritance diagram for MoochoPack::LineSearchFullStep_Step:
Overridden from AlgorithmStep | |
| 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 |
| | |
Public Member Functions | |
| void | set_bounds_tester (const Teuchos::RefCountPtr< VariableBoundsTester > &bounds_tester) |
| «std comp» Members for variable bounds tester object | |
| LineSearchFullStep_Step (const bounds_tester_ptr_t &bounds_tester) | |
| | |
x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).
Definition at line 41 of file MoochoPack_LineSearchFullStep_Step.hpp.
|
|
Definition at line 45 of file MoochoPack_LineSearchFullStep_Step.cpp. |
|
|
«std comp» Members for variable bounds tester object
Definition at line 47 of file MoochoPack_LineSearchFullStep_Step.hpp. |
|
||||||||||||||||||||
|
Definition at line 53 of file MoochoPack_LineSearchFullStep_Step.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 154 of file MoochoPack_LineSearchFullStep_Step.cpp. |
1.3.9.1