|
ROL
|
Public Member Functions | |
| PrecondPDAS_Poly (const Ptr< Objective< Real > > &obj, const Ptr< BoundConstraint< Real > > &bnd, const Ptr< const Vector< Real > > &x, const Ptr< const Vector< Real > > &xlam, Real eps, const Ptr< Secant< Real > > &secant, bool useSecant, const Ptr< Vector< Real > > &dwa) | |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyInverse (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< Objective< Real > > | obj_ |
| const Ptr< BoundConstraint< Real > > | bnd_ |
| const Ptr< const Vector< Real > > | x_ |
| const Ptr< const Vector< Real > > | xlam_ |
| const Real | eps_ |
| const Ptr< Secant< Real > > | secant_ |
| const bool | useSecant_ |
| const Ptr< Vector< Real > > | dwa_ |
Definition at line 163 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
|
inline |
Definition at line 174 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
References bnd_, dwa_, eps_, obj_, secant_, useSecant_, x_, and xlam_.
|
inline |
Definition at line 184 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
References ROL::Vector< Real >::dual(), and ROL::Vector< Real >::set().
|
inline |
Definition at line 187 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
References bnd_, dwa_, eps_, ROL::PartitionedVector< Real >::get(), obj_, secant_, useSecant_, x_, and xlam_.
|
private |
Definition at line 165 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 166 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 167 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 168 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 169 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 170 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 171 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().
|
private |
Definition at line 172 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by applyInverse(), and PrecondPDAS_Poly().