ROL
|
#include <ROL_BlockOperator.hpp>
Public Member Functions | |
BlockOperator2 (Teuchos::RCP< OP > &a11, Teuchos::RCP< OP > &a21, Teuchos::RCP< OP > &a12, Teuchos::RCP< OP > &a22) | |
void | apply (V &Hv, const V &v, Real &tol) const |
Apply linear operator. More... | |
![]() | |
virtual | ~LinearOperator () |
virtual void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
Update linear operator. More... | |
virtual void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
Apply inverse of linear operator. More... | |
Private Types | |
typedef Vector< Real > | V |
typedef LinearOperator< Real > | OP |
Private Attributes | |
Teuchos::RCP< OP > | bkop_ |
Definition at line 116 of file ROL_BlockOperator.hpp.
|
private |
Definition at line 118 of file ROL_BlockOperator.hpp.
|
private |
Definition at line 119 of file ROL_BlockOperator.hpp.
|
inline |
Definition at line 126 of file ROL_BlockOperator.hpp.
|
inlinevirtual |
Apply linear operator.
This function applies the linear operator to a vector.
[out] | Hv | is the output vector. |
[in] | v | is the input vector. |
[in] | tol | is a tolerance for inexact linear operator application. |
Implements ROL::LinearOperator< Real >.
Definition at line 142 of file ROL_BlockOperator.hpp.
Referenced by main().
|
private |
Definition at line 123 of file ROL_BlockOperator.hpp.