ROL
|
Provides interface for and implements limited-memory secant operators. More...
#include <ROL_Secant.hpp>
Public Member Functions | |
virtual | ~Secant () |
Secant (int M=10) | |
Teuchos::RCP< SecantState < Real > > & | get_state () |
virtual void | update (const Vector< Real > &grad, const Vector< Real > &gp, const Vector< Real > &s, const Real snorm, const int iter) |
virtual void | applyH (Vector< Real > &Hv, const Vector< Real > &v, const Vector< Real > &x)=0 |
virtual void | applyH0 (Vector< Real > &Hv, const Vector< Real > &v, const Vector< Real > &x) |
virtual void | applyB (Vector< Real > &Bv, const Vector< Real > &v, const Vector< Real > &x)=0 |
virtual void | applyB0 (Vector< Real > &Bv, const Vector< Real > &v, const Vector< Real > &x) |
void | test (const Vector< Real > &x, const Vector< Real > &s) |
Private Attributes | |
Teuchos::RCP< SecantState< Real > > | state_ |
Provides interface for and implements limited-memory secant operators.
Definition at line 67 of file ROL_Secant.hpp.
|
inlinevirtual |
Definition at line 74 of file ROL_Secant.hpp.
|
inline |
Definition at line 77 of file ROL_Secant.hpp.
References ROL::Secant< Real >::state_.
|
inline |
Definition at line 84 of file ROL_Secant.hpp.
References ROL::Secant< Real >::state_.
Referenced by ROL::BarzilaiBorwein< Real >::applyB(), ROL::lBFGS< Real >::applyB(), ROL::lDFP< Real >::applyB(), ROL::lSR1< Real >::applyB(), ROL::lDFP< Real >::applyB0(), ROL::lDFP< Real >::applyH(), ROL::lBFGS< Real >::applyH(), ROL::BarzilaiBorwein< Real >::applyH(), ROL::lSR1< Real >::applyH(), ROL::lDFP< Real >::applyH0(), and ROL::lSR1< Real >::update().
|
inlinevirtual |
Reimplemented in ROL::lSR1< Real >.
Definition at line 87 of file ROL_Secant.hpp.
References ROL::Vector< Real >::clone(), ROL::Vector< Real >::dot(), ROL::ROL_EPSILON, and ROL::Secant< Real >::state_.
|
pure virtual |
Implemented in ROL::lSR1< Real >, ROL::BarzilaiBorwein< Real >, ROL::lBFGS< Real >, and ROL::lDFP< Real >.
Referenced by ROL::Secant< Real >::test().
|
inlinevirtual |
Reimplemented in ROL::lSR1< Real >, and ROL::lDFP< Real >.
Definition at line 116 of file ROL_Secant.hpp.
References ROL::Vector< Real >::dual(), ROL::Vector< Real >::scale(), ROL::Vector< Real >::set(), and ROL::Secant< Real >::state_.
Referenced by ROL::lBFGS< Real >::applyH().
|
pure virtual |
Implemented in ROL::lSR1< Real >, ROL::lDFP< Real >, ROL::lBFGS< Real >, and ROL::BarzilaiBorwein< Real >.
Referenced by ROL::Secant< Real >::test().
|
inlinevirtual |
Reimplemented in ROL::lSR1< Real >, and ROL::lDFP< Real >.
Definition at line 128 of file ROL_Secant.hpp.
References ROL::Vector< Real >::dual(), ROL::Vector< Real >::scale(), ROL::Vector< Real >::set(), and ROL::Secant< Real >::state_.
Referenced by ROL::lBFGS< Real >::applyB().
|
inline |
Definition at line 137 of file ROL_Secant.hpp.
References ROL::Secant< Real >::applyB(), ROL::Secant< Real >::applyH(), and ROL::Vector< Real >::clone().
|
private |
Definition at line 70 of file ROL_Secant.hpp.
Referenced by ROL::Secant< Real >::applyB0(), ROL::Secant< Real >::applyH0(), ROL::Secant< Real >::get_state(), ROL::Secant< Real >::Secant(), and ROL::Secant< Real >::update().