|
ROL
|
Inheritance diagram for ROL::FletcherObjectiveE< Real >::AugSystemPrecond:Public Member Functions | |
| AugSystemPrecond (const Ptr< Constraint< Real > > con, const Ptr< const Vector< Real > > x, const Ptr< const Vector< Real > > g) | |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyInverse (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< Constraint< Real > > | con_ |
| const Ptr< const Vector< Real > > | x_ |
| const Ptr< const Vector< Real > > | g_ |
Definition at line 127 of file ROL_FletcherObjectiveE.hpp.
|
inline |
Definition at line 133 of file ROL_FletcherObjectiveE.hpp.
|
inline |
Definition at line 137 of file ROL_FletcherObjectiveE.hpp.
References ROL::Vector< Real >::dual(), and ROL::Vector< Real >::set().
|
inline |
Definition at line 140 of file ROL_FletcherObjectiveE.hpp.
References con_, g_, ROL::PartitionedVector< Real >::get(), ROL::PartitionedVector< Real >::set(), and x_.
|
private |
Definition at line 129 of file ROL_FletcherObjectiveE.hpp.
Referenced by applyInverse(), and AugSystemPrecond().
|
private |
Definition at line 130 of file ROL_FletcherObjectiveE.hpp.
Referenced by applyInverse(), and AugSystemPrecond().
|
private |
Definition at line 131 of file ROL_FletcherObjectiveE.hpp.
Referenced by applyInverse(), and AugSystemPrecond().