ROL
|
Provides the interface to apply a 2x2 block unit lower operator to a partitioned vector. More...
#include <ROL_BlockOperator2UnitLower.hpp>
Public Member Functions | |
BlockOperator2UnitLower (ROL::Ptr< OP > &C) | |
![]() | |
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... | |
Private Types | |
typedef Vector< Real > | V |
typedef PartitionedVector< Real > | PV |
typedef LinearOperator< Real > | OP |
Private Attributes | |
ROL::Ptr< OP > | C_ |
Provides the interface to apply a 2x2 block unit lower operator to a partitioned vector.
\[ U = \begin{pmatrix} I & 0 \\ C & I \end{pmatrix} \]
\[ U^{-1} = \begin{pmatrix} I & 0 \\ -C & I \end{pmatrix} \]
Definition at line 63 of file ROL_BlockOperator2UnitLower.hpp.
|
private |
Definition at line 65 of file ROL_BlockOperator2UnitLower.hpp.
|
private |
Definition at line 66 of file ROL_BlockOperator2UnitLower.hpp.
|
private |
Definition at line 67 of file ROL_BlockOperator2UnitLower.hpp.
|
inline |
Definition at line 76 of file ROL_BlockOperator2UnitLower.hpp.
|
private |
Definition at line 71 of file ROL_BlockOperator2UnitLower.hpp.