|
ROL
|
Projects on to the null space of a linear constraint. More...
#include <ROL_RangeSpaceOperator.hpp>
Public Member Functions | |
| virtual | ~RangeSpaceOperator () |
| RangeSpaceOperator (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &dom, const Ptr< const Vector< Real > > &ran) | |
| virtual void | update (const Vector< Real > &x, bool flag=true, int iter=-1) |
| virtual void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyAdjointInverse (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< Vector< Real > > | x_ |
| Ptr< Vector< Real > > | b1_ |
| Ptr< Vector< Real > > | b2_ |
| Ptr< Vector< Real > > | mul_ |
Projects on to the null space of a linear constraint.
Definition at line 25 of file ROL_RangeSpaceOperator.hpp.
|
inlinevirtual |
Definition at line 35 of file ROL_RangeSpaceOperator.hpp.
|
inline |
|
inlinevirtual |
Definition at line 46 of file ROL_RangeSpaceOperator.hpp.
References x_.
|
inlinevirtual |
|
inline |
Definition at line 55 of file ROL_RangeSpaceOperator.hpp.
|
inline |
Definition at line 59 of file ROL_RangeSpaceOperator.hpp.
|
inline |
Definition at line 63 of file ROL_RangeSpaceOperator.hpp.
|
private |
Definition at line 27 of file ROL_RangeSpaceOperator.hpp.
Referenced by apply(), and RangeSpaceOperator().
|
private |
Definition at line 28 of file ROL_RangeSpaceOperator.hpp.
Referenced by apply(), RangeSpaceOperator(), and update().
|
mutableprivate |
Definition at line 30 of file ROL_RangeSpaceOperator.hpp.
Referenced by apply(), and RangeSpaceOperator().
|
mutableprivate |
Definition at line 31 of file ROL_RangeSpaceOperator.hpp.
Referenced by apply(), and RangeSpaceOperator().
|
mutableprivate |
Definition at line 32 of file ROL_RangeSpaceOperator.hpp.
Referenced by apply(), and RangeSpaceOperator().