#include <MoochoPack_ReducedHessianSecantUpdateStd_Step.hpp>
Inheritance diagram for MoochoPack::ReducedHessianSecantUpdateStd_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 | |
| STANDARD_COMPOSITION_MEMBERS (ReducedHessianSecantUpdate_Strategy, secant_update) | |
| <<std comp>="">> members for the strategy interface object that will actually perform the secant update. | |
| ReducedHessianSecantUpdateStd_Step (const secant_update_ptr_t &secant_update=Teuchos::null) | |
| | |
This class will initialize rHL = I if it is not already and will handle transitions to new basis selections by reseting rHL = I. The actually update is delegated to a strategy object (see secant_update# below).
See the printed step documentation for a description.
Definition at line 48 of file MoochoPack_ReducedHessianSecantUpdateStd_Step.hpp.
| MoochoPack::ReducedHessianSecantUpdateStd_Step::ReducedHessianSecantUpdateStd_Step | ( | const secant_update_ptr_t & | secant_update = Teuchos::null |
) |
| MoochoPack::ReducedHessianSecantUpdateStd_Step::STANDARD_COMPOSITION_MEMBERS | ( | ReducedHessianSecantUpdate_Strategy | , | |
| secant_update | ||||
| ) |
<<std comp>="">> members for the strategy interface object that will actually perform the secant update.
| bool MoochoPack::ReducedHessianSecantUpdateStd_Step::do_step | ( | Algorithm & | algo, | |
| poss_type | step_poss, | |||
| IterationPack::EDoStepType | type, | |||
| poss_type | assoc_step_poss | |||
| ) |
| void MoochoPack::ReducedHessianSecantUpdateStd_Step::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 |
1.4.7