|
ROL
|
#include <ROL_PrimalDualInteriorPointOperator.hpp>
Public Member Functions | |
| PrimalDualInteriorPointBlock11 (ROL::Ptr< OBJ > &obj, ROL::Ptr< CON > &con, const V &x, ROL::Ptr< V > &scratch, Real delta=0) | |
| void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | setInertia (Real delta) |
| 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 Types | |
| typedef Vector< Real > | V |
| typedef PartitionedVector< Real > | PV |
| typedef Objective< Real > | OBJ |
| typedef Constraint< Real > | CON |
Private Attributes | |
| ROL::Ptr< const V > | x_ |
| ROL::Ptr< const V > | l_ |
| ROL::Ptr< V > | scratch_ |
| Real | delta_ |
Static Private Attributes | |
| static const size_type | OPT = 0 |
| static const size_type | EQUAL = 1 |
| static const size_type | LOWER = 0 |
| static const size_type | UPPER = 1 |
Definition at line 21 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 23 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 24 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 25 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 26 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
inline |
Definition at line 43 of file ROL_PrimalDualInteriorPointOperator.hpp.
References delta_, EQUAL, ROL::PartitionedVector< Real >::get(), l_, obj_, OPT, scratch_, and x_.
|
inline |
Definition at line 54 of file ROL_PrimalDualInteriorPointOperator.hpp.
References EQUAL, ROL::PartitionedVector< Real >::get(), l_, obj_, OPT, and x_.
|
inline |
Definition at line 65 of file ROL_PrimalDualInteriorPointOperator.hpp.
References delta_, EQUAL, ROL::PartitionedVector< Real >::get(), l_, obj_, OPT, scratch_, and x_.
|
inline |
Definition at line 95 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
inline |
Definition at line 101 of file ROL_PrimalDualInteriorPointOperator.hpp.
References delta_.
|
staticprivate |
Definition at line 28 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock11(), and update().
|
staticprivate |
Definition at line 29 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock11(), and update().
|
staticprivate |
Definition at line 30 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
staticprivate |
Definition at line 31 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 33 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock11(), and update().
|
private |
Definition at line 34 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock11(), and update().
|
private |
Definition at line 36 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), and PrimalDualInteriorPointBlock11().
|
private |
Definition at line 38 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock11(), and setInertia().