| 
    ROL
    
   | 
 
 Inheritance diagram for ROL::BoundFletcher< Real >::AugSystemNonSym:Public Member Functions | |
| AugSystemNonSym (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x, const Ptr< Vector< Real > > &Q, const Ptr< Vector< Real > > &Qv, 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 Ptr< Vector< Real > > | Q_ | 
| const Ptr< Vector< Real > > | Qv_ | 
| const Real | delta_ | 
Definition at line 206 of file ROL_BoundFletcher.hpp.
      
  | 
  inline | 
Definition at line 214 of file ROL_BoundFletcher.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 220 of file ROL_BoundFletcher.hpp.
References ROL::BoundFletcher< Real >::AugSystemNonSym::con_, ROL::BoundFletcher< Real >::AugSystemNonSym::delta_, ROL::PartitionedVector< Real >::get(), ROL::BoundFletcher< Real >::AugSystemNonSym::Q_, ROL::BoundFletcher< Real >::AugSystemNonSym::Qv_, and ROL::BoundFletcher< Real >::AugSystemNonSym::x_.
      
  | 
  private | 
Definition at line 208 of file ROL_BoundFletcher.hpp.
Referenced by ROL::BoundFletcher< Real >::AugSystemNonSym::apply().
      
  | 
  private | 
Definition at line 209 of file ROL_BoundFletcher.hpp.
Referenced by ROL::BoundFletcher< Real >::AugSystemNonSym::apply().
      
  | 
  private | 
Definition at line 210 of file ROL_BoundFletcher.hpp.
Referenced by ROL::BoundFletcher< Real >::AugSystemNonSym::apply().
      
  | 
  private | 
Definition at line 211 of file ROL_BoundFletcher.hpp.
Referenced by ROL::BoundFletcher< Real >::AugSystemNonSym::apply().
      
  | 
  private | 
Definition at line 212 of file ROL_BoundFletcher.hpp.
Referenced by ROL::BoundFletcher< Real >::AugSystemNonSym::apply().
 1.8.5