ROL
|
Provides definitions for Barzilai-Borwein operators. More...
#include <ROL_BarzilaiBorwein.hpp>
Public Member Functions | |
BarzilaiBorwein (int type=1) | |
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) |
![]() | |
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) |
Private Attributes | |
int | type_ |
Provides definitions for Barzilai-Borwein operators.
Definition at line 54 of file ROL_BarzilaiBorwein.hpp.
|
inline |
Definition at line 60 of file ROL_BarzilaiBorwein.hpp.
|
inlinevirtual |
Implements ROL::Secant< Real >.
Definition at line 63 of file ROL_BarzilaiBorwein.hpp.
References ROL::Vector< Real >::dual(), ROL::Secant< Real >::get_state(), ROL::Vector< Real >::scale(), ROL::Vector< Real >::set(), and ROL::BarzilaiBorwein< Real >::type_.
|
inlinevirtual |
Implements ROL::Secant< Real >.
Definition at line 81 of file ROL_BarzilaiBorwein.hpp.
References ROL::Vector< Real >::dual(), ROL::Secant< Real >::get_state(), ROL::Vector< Real >::scale(), ROL::Vector< Real >::set(), and ROL::BarzilaiBorwein< Real >::type_.
|
private |
Definition at line 57 of file ROL_BarzilaiBorwein.hpp.
Referenced by ROL::BarzilaiBorwein< Real >::applyB(), and ROL::BarzilaiBorwein< Real >::applyH().