|
ROL
|
Inheritance diagram for ROL::BoundFletcher< Real >::AugSystemSym:Public Member Functions | |
| AugSystemSym (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x, const Ptr< Vector< Real > > &Qsqrt, 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 > > | Qsqrt_ |
| const Ptr< Vector< Real > > | Qv_ |
| const Real | delta_ |
Definition at line 212 of file ROL_BoundFletcher.hpp.
|
inline |
|
inline |
Definition at line 226 of file ROL_BoundFletcher.hpp.
References con_, delta_, ROL::PartitionedVector< Real >::get(), Qsqrt_, Qv_, and x_.
|
private |
Definition at line 214 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemSym().
|
private |
Definition at line 215 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemSym().
|
private |
Definition at line 216 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemSym().
|
private |
Definition at line 217 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemSym().
|
private |
Definition at line 218 of file ROL_BoundFletcher.hpp.
Referenced by apply(), and AugSystemSym().