|
ROL
|
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 |
| 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 Ptr< Vector< Real > > | Q_ |
| const Ptr< Vector< Real > > | Qv_ |
| const Real | delta_ |
Definition at line 206 of file ROL_BoundFletcher.hpp.
|
inline |
|
inline |
Definition at line 220 of file ROL_BoundFletcher.hpp.
References con_, delta_, ROL::PartitionedVector< Real >::get(), Q_, Qv_, and x_.
|
private |
Definition at line 208 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemNonSym().
|
private |
Definition at line 209 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemNonSym().
|
private |
Definition at line 210 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemNonSym().
|
private |
Definition at line 211 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemNonSym().
|
private |
Definition at line 212 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemNonSym().