|
ROL
|
Provides definitions for limited-memory BFGS operators. More...
#include <ROL_lBFGS.hpp>
Inheritance diagram for ROL::lBFGS< Real >:Public Member Functions | |
| lBFGS (int M) | |
| void | applyH (Vector< Real > &Hv, const Vector< Real > &v, const Vector< Real > &x) |
| void | applyB (Vector< Real > &Bv, const Vector< Real > &v, const Vector< Real > &x) |
Public Member Functions inherited from ROL::Secant< Real > | |
| 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 | applyH0 (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 | test (const Vector< Real > &x, const Vector< Real > &s) |
Provides definitions for limited-memory BFGS operators.
Definition at line 56 of file ROL_lBFGS.hpp.
|
inline |
Definition at line 58 of file ROL_lBFGS.hpp.
|
inlinevirtual |
Implements ROL::Secant< Real >.
Definition at line 61 of file ROL_lBFGS.hpp.
References ROL::Secant< Real >::applyH0(), ROL::Vector< Real >::axpy(), ROL::Vector< Real >::clone(), ROL::Vector< Real >::dot(), ROL::Vector< Real >::dual(), ROL::Secant< Real >::get_state(), and ROL::Vector< Real >::set().
|
inlinevirtual |
Implements ROL::Secant< Real >.
Definition at line 87 of file ROL_lBFGS.hpp.
References ROL::Secant< Real >::applyB0(), ROL::Vector< Real >::axpy(), ROL::Vector< Real >::clone(), ROL::Vector< Real >::dot(), and ROL::Secant< Real >::get_state().
1.8.11