ROL
|
#include <ROL_PrimalDualInteriorPointOperator.hpp>
Public Member Functions | |
PrimalDualInteriorPointBlock21 (const V &z) | |
void | update (const Vector< Real > &z, bool flag=true, int iter=-1) |
Update linear operator. More... | |
virtual void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply linear operator. More... | |
virtual void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply inverse of linear operator. More... | |
Public Member Functions inherited from ROL::LinearOperator< Real > | |
virtual | ~LinearOperator () |
virtual void | applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply adjoint of linear operator. More... | |
virtual void | applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply adjoint of the inverse linear operator. More... | |
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 153 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 155 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
private |
Definition at line 156 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
inline |
Definition at line 168 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), ROL::PrimalDualInteriorPointBlock21< Real >::LOWER, ROL::PrimalDualInteriorPointBlock21< Real >::UPPER, ROL::PrimalDualInteriorPointBlock21< Real >::zl_, and ROL::PrimalDualInteriorPointBlock21< Real >::zu_.
|
inlinevirtual |
Update linear operator.
This function updates the linear operator at new iterations.
[in] | x | is the new iterate. |
[in] | flag | is true if the iterate has changed. |
[in] | iter | is the outer algorithm iterations count. |
Reimplemented from ROL::LinearOperator< Real >.
Definition at line 174 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PartitionedVector< Real >::get(), ROL::PrimalDualInteriorPointBlock21< Real >::LOWER, ROL::PrimalDualInteriorPointBlock21< Real >::UPPER, ROL::PrimalDualInteriorPointBlock21< Real >::zl_, and ROL::PrimalDualInteriorPointBlock21< Real >::zu_.
|
inlinevirtual |
Apply linear operator.
This function applies the linear operator to a vector.
[out] | Hv | is the output vector. |
[in] | v | is the input vector. |
[in] | tol | is a tolerance for inexact linear operator application. |
Implements ROL::LinearOperator< Real >.
Definition at line 180 of file ROL_PrimalDualInteriorPointOperator.hpp.
References ROL::PrimalDualInteriorPointBlock21< Real >::EQUAL, ROL::PartitionedVector< Real >::get(), ROL::PrimalDualInteriorPointBlock21< Real >::LOWER, ROL::PrimalDualInteriorPointBlock21< Real >::OPT, ROL::PrimalDualInteriorPointBlock21< Real >::UPPER, ROL::PrimalDualInteriorPointBlock21< Real >::zl_, and ROL::PrimalDualInteriorPointBlock21< Real >::zu_.
|
inlinevirtual |
Apply inverse of linear operator.
This function applies the inverse of linear operator to a vector.
[out] | Hv | is the output vector. |
[in] | v | is the input vector. |
[in] | tol | is a tolerance for inexact linear operator application. |
Reimplemented from ROL::LinearOperator< Real >.
Definition at line 202 of file ROL_PrimalDualInteriorPointOperator.hpp.
|
staticprivate |
Definition at line 158 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by ROL::PrimalDualInteriorPointBlock21< Real >::apply().
|
staticprivate |
Definition at line 159 of file ROL_PrimalDualInteriorPointOperator.hpp.
Referenced by ROL::PrimalDualInteriorPointBlock21< Real >::apply().
|
staticprivate |
|
staticprivate |
|
private |
|
private |