ROL
|
Provides definitions for limited-memory SR1 operators. More...
#include <ROL_lSR1.hpp>
Public Member Functions | |
lSR1 (int M) | |
void | update (const Vector< Real > &grad, const Vector< Real > &gp, const Vector< Real > &s, const Real snorm, const int iter) |
virtual void | applyH0 (Vector< Real > &Hv, const Vector< Real > &v, const Vector< Real > &x) |
void | applyH (Vector< Real > &Hv, const Vector< Real > &v, const Vector< Real > &x) |
virtual void | applyB0 (Vector< Real > &Bv, const Vector< Real > &v, const Vector< Real > &x) |
void | applyB (Vector< Real > &Bv, const Vector< Real > &v, const Vector< Real > &x) |
![]() | |
virtual | ~Secant () |
Secant (int M=10) | |
Teuchos::RCP< SecantState < Real > > & | get_state () |
void | test (const Vector< Real > &x, const Vector< Real > &s) |
Private Attributes | |
bool | updateIterate_ |
Provides definitions for limited-memory SR1 operators.
Definition at line 56 of file ROL_lSR1.hpp.
Definition at line 62 of file ROL_lSR1.hpp.
References ROL::lSR1< Real >::updateIterate_.
|
inlinevirtual |
Reimplemented from ROL::Secant< Real >.
Definition at line 67 of file ROL_lSR1.hpp.
References ROL::Vector< Real >::clone(), ROL::Vector< Real >::dot(), ROL::Secant< Real >::get_state(), and ROL::lSR1< Real >::updateIterate_.
|
inlinevirtual |
Reimplemented from ROL::Secant< Real >.
Definition at line 97 of file ROL_lSR1.hpp.
References ROL::Vector< Real >::dual(), and ROL::Vector< Real >::set().
Referenced by ROL::lSR1< Real >::applyH().
|
inlinevirtual |
Implements ROL::Secant< Real >.
Definition at line 103 of file ROL_lSR1.hpp.
References ROL::lSR1< Real >::applyH0(), ROL::Vector< Real >::axpy(), ROL::Vector< Real >::clone(), ROL::Vector< Real >::dual(), ROL::Secant< Real >::get_state(), ROL::ROL_EPSILON, and ROL::lSR1< Real >::updateIterate_.
|
inlinevirtual |
Reimplemented from ROL::Secant< Real >.
Definition at line 143 of file ROL_lSR1.hpp.
References ROL::Vector< Real >::dual(), and ROL::Vector< Real >::set().
Referenced by ROL::lSR1< Real >::applyB().
|
inlinevirtual |
Implements ROL::Secant< Real >.
Definition at line 149 of file ROL_lSR1.hpp.
References ROL::lSR1< Real >::applyB0(), ROL::Vector< Real >::axpy(), ROL::Vector< Real >::clone(), ROL::Vector< Real >::dual(), ROL::Secant< Real >::get_state(), ROL::ROL_EPSILON, and ROL::lSR1< Real >::updateIterate_.
|
private |
Definition at line 59 of file ROL_lSR1.hpp.
Referenced by ROL::lSR1< Real >::applyB(), ROL::lSR1< Real >::applyH(), ROL::lSR1< Real >::lSR1(), and ROL::lSR1< Real >::update().