|
ROL
|
Public Member Functions | |
| HessianPNK (const Ptr< Objective< Real > > &obj, const Ptr< BoundConstraint< Real > > &bnd, const Ptr< const Vector< Real > > &x, const Ptr< const Vector< Real > > &g, Real eps, const Ptr< Secant< Real > > &secant, bool useSecant, const Ptr< Vector< Real > > &pwa) | |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| Public Member Functions inherited from ROL::ROL::LinearOperator< Real > | |
| virtual | ~LinearOperator () |
| virtual void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
| Update linear operator. | |
| virtual void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const =0 |
| Apply linear operator. | |
| virtual void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| Apply inverse of linear operator. | |
| virtual void | applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| Apply adjoint of linear operator. | |
| virtual void | applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| Apply adjoint of the inverse linear operator. | |
Private Attributes | |
| const Ptr< Objective< Real > > | obj_ |
| const Ptr< BoundConstraint< Real > > | bnd_ |
| const Ptr< const Vector< Real > > | x_ |
| const Ptr< const Vector< Real > > | g_ |
| const Real | eps_ |
| const Ptr< Secant< Real > > | secant_ |
| const bool | useSecant_ |
| const Ptr< Vector< Real > > | v_ |
Definition at line 52 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
|
inline |
Definition at line 63 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
References bnd_, eps_, g_, obj_, secant_, useSecant_, v_, and x_.
|
inline |
Definition at line 73 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
References bnd_, ROL::Vector< Real >::dual(), eps_, g_, obj_, ROL::Vector< Real >::plus(), secant_, ROL::Vector< Real >::set(), useSecant_, v_, and x_.
|
private |
Definition at line 54 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 55 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 56 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 57 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 58 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 59 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 60 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().
|
private |
Definition at line 61 of file ROL_TypeB_NewtonKrylovAlgorithm.hpp.
Referenced by apply(), and HessianPNK().