|
ROL
|
#include <ROL_PrimalDualInteriorPointOperator.hpp>
Inheritance diagram for ROL::PrimalDualInteriorPointBlock21< Real >:Public Member Functions | |
| PrimalDualInteriorPointBlock21 (const V &z) | |
| void | update (const Vector< Real > &z, bool flag=true, int iter=-1) |
| virtual void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| virtual 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 Types | |
| typedef Vector< Real > | V |
| typedef PartitionedVector< Real > | PV |
Private Attributes | |
| ROL::Ptr< const V > | zl_ |
| ROL::Ptr< const V > | zu_ |
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 187 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 189 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 190 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
inline |
Definition at line 202 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), LOWER, UPPER, zl_, and zu_.
|
inline |
Definition at line 208 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), LOWER, UPPER, zl_, and zu_.
|
inlinevirtual |
Definition at line 214 of file ROL_PrimalDualInteriorPointOperator.hpp.
References EQUAL, ROL::PartitionedVector< Real >::get(), LOWER, OPT, UPPER, zl_, and zu_.
|
inlinevirtual |
Definition at line 236 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
staticprivate |
Definition at line 192 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply().
|
staticprivate |
Definition at line 193 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply().
|
staticprivate |
Definition at line 194 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock21(), and update().
|
staticprivate |
Definition at line 195 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock21(), and update().
|
private |
Definition at line 197 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock21(), and update().
|
private |
Definition at line 198 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), PrimalDualInteriorPointBlock21(), and update().