ROL
ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly Class Reference
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
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< 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_

Detailed Description

template<typename Real>
class ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly

Definition at line 125 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Constructor & Destructor Documentation

◆ HessianPDAS_Poly()

template<typename Real>
ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::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 )
inline

Definition at line 137 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

References bnd_, con_, dwa_, eps_, obj_, pwa_, secant_, useSecant_, x_, and xlam_.

Member Function Documentation

◆ apply()

template<typename Real>
void ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::apply ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

Member Data Documentation

◆ obj_

template<typename Real>
const Ptr<Objective<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::obj_
private

Definition at line 127 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ bnd_

template<typename Real>
const Ptr<BoundConstraint<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::bnd_
private

Definition at line 128 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ con_

template<typename Real>
const Ptr<Constraint<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::con_
private

Definition at line 129 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ x_

template<typename Real>
const Ptr<const Vector<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::x_
private

Definition at line 130 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ xlam_

template<typename Real>
const Ptr<const Vector<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::xlam_
private

Definition at line 131 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ eps_

template<typename Real>
const Real ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::eps_
private

Definition at line 132 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ secant_

template<typename Real>
const Ptr<Secant<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::secant_
private

Definition at line 133 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ useSecant_

template<typename Real>
const bool ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::useSecant_
private

Definition at line 134 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ pwa_

template<typename Real>
const Ptr<Vector<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::pwa_
private

Definition at line 135 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().

◆ dwa_

template<typename Real>
const Ptr<Vector<Real> > ROL::TypeB::PrimalDualActiveSetAlgorithm< Real >::HessianPDAS_Poly::dwa_
private

Definition at line 135 of file ROL_TypeB_PrimalDualActiveSetAlgorithm.hpp.

Referenced by apply(), and HessianPDAS_Poly().


The documentation for this class was generated from the following file: