ROL
ROL::FletcherObjectiveE< Real >::AugSystemPrecond Class Reference
Inheritance diagram for ROL::FletcherObjectiveE< Real >::AugSystemPrecond:

Public Member Functions

 AugSystemPrecond (const Ptr< Constraint< Real > > con, const Ptr< const Vector< Real > > x, const Ptr< const Vector< Real > > g)
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< Constraint< Real > > con_
const Ptr< const Vector< Real > > x_
const Ptr< const Vector< Real > > g_

Detailed Description

template<typename Real>
class ROL::FletcherObjectiveE< Real >::AugSystemPrecond

Definition at line 92 of file ROL_FletcherObjectiveE.hpp.

Constructor & Destructor Documentation

◆ AugSystemPrecond()

template<typename Real>
ROL::FletcherObjectiveE< Real >::AugSystemPrecond::AugSystemPrecond ( const Ptr< Constraint< Real > > con,
const Ptr< const Vector< Real > > x,
const Ptr< const Vector< Real > > g )
inline

Definition at line 98 of file ROL_FletcherObjectiveE.hpp.

References con_, g_, and x_.

Member Function Documentation

◆ apply()

template<typename Real>
void ROL::FletcherObjectiveE< Real >::AugSystemPrecond::apply ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

◆ applyInverse()

template<typename Real>
void ROL::FletcherObjectiveE< Real >::AugSystemPrecond::applyInverse ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

Member Data Documentation

◆ con_

template<typename Real>
const Ptr<Constraint<Real> > ROL::FletcherObjectiveE< Real >::AugSystemPrecond::con_
private

Definition at line 94 of file ROL_FletcherObjectiveE.hpp.

Referenced by applyInverse(), and AugSystemPrecond().

◆ x_

template<typename Real>
const Ptr<const Vector<Real> > ROL::FletcherObjectiveE< Real >::AugSystemPrecond::x_
private

Definition at line 95 of file ROL_FletcherObjectiveE.hpp.

Referenced by applyInverse(), and AugSystemPrecond().

◆ g_

template<typename Real>
const Ptr<const Vector<Real> > ROL::FletcherObjectiveE< Real >::AugSystemPrecond::g_
private

Definition at line 96 of file ROL_FletcherObjectiveE.hpp.

Referenced by applyInverse(), and AugSystemPrecond().


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