|
ROL
|
#include <ROL_PrimalDualInteriorPointOperator.hpp>
Public Member Functions | |
| PrimalDualInteriorPointBlock22 (const ROL::Ptr< BND > &bnd, const Vector< Real > &x) | |
| virtual void | update (const Vector< Real > &x, 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 |
| typedef BoundConstraint< Real > | BND |
Private Attributes | |
| ROL::Ptr< const V > | x_ |
| ROL::Ptr< const V > | xl_ |
| ROL::Ptr< const V > | xu_ |
| Elementwise::Multiply< Real > | mult_ |
| Elementwise::Multiply< Real > | divinv_ |
Static Private Attributes | |
| static const size_type | OPT = 0 |
| static const size_type | LOWER = 0 |
| static const size_type | UPPER = 1 |
Definition at line 212 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 214 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 215 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 216 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
inline |
Definition at line 232 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), OPT, x_, xl_, and xu_.
|
inlinevirtual |
Definition at line 242 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), OPT, and x_.
|
inlinevirtual |
Definition at line 248 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), LOWER, mult_, UPPER, x_, xl_, and xu_.
|
inlinevirtual |
Definition at line 272 of file ROL_PrimalDualInteriorPointOperator.hpp.
References divinv_, ROL::PartitionedVector< Real >::get(), LOWER, UPPER, x_, xl_, and xu_.
|
staticprivate |
Definition at line 218 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by PrimalDualInteriorPointBlock22(), and update().
|
staticprivate |
Definition at line 219 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), and applyInverse().
|
staticprivate |
Definition at line 220 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), and applyInverse().
|
private |
Definition at line 222 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), applyInverse(), PrimalDualInteriorPointBlock22(), and update().
|
private |
Definition at line 223 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), applyInverse(), and PrimalDualInteriorPointBlock22().
|
private |
Definition at line 224 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply(), applyInverse(), and PrimalDualInteriorPointBlock22().
|
private |
Definition at line 226 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by apply().
|
private |
Definition at line 227 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by applyInverse().