Provides the interface to apply a 2x2 block unit upper operator to a partitioned vector.
More...
|
| BlockOperator2UnitUpper (ROL::Ptr< OP > &B) |
|
virtual | ~LinearOperator () |
|
virtual void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
| Update linear operator. More...
|
|
virtual void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const =0 |
| Apply 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...
|
|
template<class Real>
class ROL::BlockOperator2UnitUpper< Real >
Provides the interface to apply a 2x2 block unit upper operator to a partitioned vector.
\[ U = \begin{pmatrix} I & B \\ 0 & I \end{pmatrix} \]
\[ U^{-1} = \begin{pmatrix} I & -B \\ 0 & I \end{pmatrix} \]
Definition at line 29 of file ROL_BlockOperator2UnitUpper.hpp.