ROL
|
Public Member Functions | |
AugSystem (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x, const Real delta) | |
void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply linear operator. More... | |
Public Member Functions inherited from ROL::LinearOperator< Real > | |
virtual | ~LinearOperator () |
virtual void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
Update linear operator. More... | |
virtual void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply inverse of 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... | |
Private Attributes | |
const Ptr< Constraint< Real > > | con_ |
const Ptr< const Vector< Real > > | x_ |
const Real | delta_ |
Definition at line 93 of file ROL_Fletcher.hpp.
|
inline |
Definition at line 99 of file ROL_Fletcher.hpp.
|
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 103 of file ROL_Fletcher.hpp.
References ROL::Fletcher< Real >::AugSystem::con_, ROL::Fletcher< Real >::AugSystem::delta_, ROL::PartitionedVector< Real >::get(), and ROL::Fletcher< Real >::AugSystem::x_.
|
private |
Definition at line 95 of file ROL_Fletcher.hpp.
Referenced by ROL::Fletcher< Real >::AugSystem::apply().
|
private |
Definition at line 96 of file ROL_Fletcher.hpp.
Referenced by ROL::Fletcher< Real >::AugSystem::apply().
|
private |
Definition at line 97 of file ROL_Fletcher.hpp.
Referenced by ROL::Fletcher< Real >::AugSystem::apply().