Provides the interface to apply a 2x2 block operator to a partitioned vector.
More...
|
| | BlockOperator2 (ROL::Ptr< OP > &a11, ROL::Ptr< OP > &a12, ROL::Ptr< OP > &a21, ROL::Ptr< OP > &a22) |
| void | apply (V &Hv, const V &v, Real &tol) const |
| void | applyInverse (V &Hv, const V &v, Real &tol) const |
| ROL::Ptr< LinearOperator< Real > > | getOperator (int row, int col) const |
| 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.
|
template<class Real>
class ROL::BlockOperator2< Real >
Provides the interface to apply a 2x2 block operator to a partitioned vector.
Definition at line 26 of file ROL_BlockOperator2.hpp.