|
ROL
|
Apply the augmented system operator. More...
#include <ROL_AugmentedSystemOperator.hpp>
Public Member Functions | |
| virtual | ~AugmentedSystemOperator () |
| AugmentedSystemOperator (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x, const Real delta=0.0) | |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyAdjointInverse (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 Attributes | |
| const Ptr< Constraint< Real > > | con_ |
| const Ptr< const Vector< Real > > | x_ |
| const Real | delta_ |
Apply the augmented system operator.
Definition at line 26 of file ROL_AugmentedSystemOperator.hpp.
|
inlinevirtual |
Definition at line 33 of file ROL_AugmentedSystemOperator.hpp.
|
inline |
Definition at line 34 of file ROL_AugmentedSystemOperator.hpp.
|
inline |
Definition at line 39 of file ROL_AugmentedSystemOperator.hpp.
References con_, delta_, ROL::PartitionedVector< Real >::dual(), ROL::PartitionedVector< Real >::get(), and x_.
Referenced by applyAdjoint().
|
inline |
Definition at line 55 of file ROL_AugmentedSystemOperator.hpp.
References apply().
|
inline |
Definition at line 59 of file ROL_AugmentedSystemOperator.hpp.
|
inline |
Definition at line 63 of file ROL_AugmentedSystemOperator.hpp.
|
private |
Definition at line 28 of file ROL_AugmentedSystemOperator.hpp.
Referenced by apply(), and AugmentedSystemOperator().
|
private |
Definition at line 29 of file ROL_AugmentedSystemOperator.hpp.
Referenced by apply(), and AugmentedSystemOperator().
|
private |
Definition at line 30 of file ROL_AugmentedSystemOperator.hpp.
Referenced by apply(), and AugmentedSystemOperator().