ROL
|
Public Member Functions | |
Precond (Real alpha=1e-4) | |
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... | |
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 | 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 Real | alpha_ |
Definition at line 90 of file ROL_SemismoothNewtonProjection.hpp.
|
inline |
Definition at line 94 of file ROL_SemismoothNewtonProjection.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 95 of file ROL_SemismoothNewtonProjection.hpp.
References ROL::SemismoothNewtonProjection< Real >::Precond::alpha_, ROL::Vector< Real >::dual(), ROL::Vector< Real >::scale(), and ROL::Vector< Real >::set().
|
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 100 of file ROL_SemismoothNewtonProjection.hpp.
References ROL::SemismoothNewtonProjection< Real >::Precond::alpha_, ROL::Vector< Real >::dual(), ROL::Vector< Real >::scale(), and ROL::Vector< Real >::set().
|
private |
Definition at line 92 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by ROL::SemismoothNewtonProjection< Real >::Precond::apply(), and ROL::SemismoothNewtonProjection< Real >::Precond::applyInverse().