#include <ROL_PrimalDualInteriorPointOperator.hpp>
|
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| | Apply linear operator. More...
|
| |
| void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| | Apply inverse of linear operator. More...
|
| |
| virtual | ~LinearOperator () |
| |
| virtual void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
| | Update linear operator. More...
|
| |
| 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...
|
| |
|
| static const size_type | OPT = 0 |
| |
| static const size_type | EQUAL = 1 |
| |
| static const size_type | LOWER = 0 |
| |
| static const size_type | UPPER = 1 |
| |
template<class Real>
class ROL::PrimalDualInteriorPointBlock12< Real >
Definition at line 144 of file ROL_PrimalDualInteriorPointOperator.hpp.
◆ PV
◆ apply()
◆ applyInverse()
Apply inverse of linear operator.
This function applies the inverse of linear operator to a vector.
- Parameters
-
| [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 176 of file ROL_PrimalDualInteriorPointOperator.hpp.
◆ OPT
◆ EQUAL
◆ LOWER
◆ UPPER
The documentation for this class was generated from the following file: