| ROL
    | 
A simple wrapper which allows application of constraint Jacobians through the LinearOperator interface. More...
#include <ROL_LinearOperatorFromConstraint.hpp>
 Inheritance diagram for ROL::LinearOperatorFromConstraint< Real >:
 Inheritance diagram for ROL::LinearOperatorFromConstraint< Real >:| Public Member Functions | |
| LinearOperatorFromConstraint (const ROL::Ptr< const Vector< Real > > &x, const ROL::Ptr< Constraint< Real > > &con) | |
| virtual | ~LinearOperatorFromConstraint () | 
| 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 | 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 ROL::Ptr< const Vector < Real > > | x_ | 
| ROL::Ptr< Constraint< Real > > | con_ | 
A simple wrapper which allows application of constraint Jacobians through the LinearOperator interface.
Definition at line 29 of file ROL_LinearOperatorFromConstraint.hpp.
| 
 | inline | 
Definition at line 37 of file ROL_LinearOperatorFromConstraint.hpp.
| 
 | inlinevirtual | 
Definition at line 42 of file ROL_LinearOperatorFromConstraint.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 44 of file ROL_LinearOperatorFromConstraint.hpp.
References ROL::LinearOperatorFromConstraint< Real >::con_, and ROL::LinearOperatorFromConstraint< Real >::x_.
| 
 | 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 49 of file ROL_LinearOperatorFromConstraint.hpp.
References ROL::Vector< Real >::set().
| 
 | private | 
Definition at line 31 of file ROL_LinearOperatorFromConstraint.hpp.
Referenced by ROL::LinearOperatorFromConstraint< Real >::apply().
| 
 | private | 
Definition at line 32 of file ROL_LinearOperatorFromConstraint.hpp.
Referenced by ROL::LinearOperatorFromConstraint< Real >::apply().
 1.8.5
 1.8.5