|
ROL
|
Inheritance diagram for ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly:Public Member Functions | |
| HessianPDAS_Poly (const Ptr< Objective< Real >> &obj, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, 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 >> &pwa, const Ptr< Vector< Real >> &dwa) | |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| Apply linear operator. More... | |
Public Member Functions inherited from ROL::LinearOperator< Real > | |
| 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... | |
| 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 Attributes | |
| const Ptr< Objective< Real > > | obj_ |
| const Ptr< BoundConstraint< Real > > | bnd_ |
| const Ptr< Constraint< Real > > | con_ |
| 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 > > | pwa_ |
| const Ptr< Vector< Real > > | dwa_ |
Definition at line 159 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
|
inline |
Definition at line 171 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.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 183 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
References ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::bnd_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::con_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::dwa_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::eps_, ROL::PartitionedVector< Real >::get(), ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::obj_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::pwa_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::secant_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::useSecant_, ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::x_, and ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::xlam_.
|
private |
Definition at line 161 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 162 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 163 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 164 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 165 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 166 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 167 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 168 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 169 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
|
private |
Definition at line 169 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.
Referenced by ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply().
1.8.14