ROL
Public Member Functions | Private Attributes | List of all members
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
 Apply linear operator. More...
 
void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply inverse of 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 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< 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 127 of file ROL_FletcherObjectiveE.hpp.

Constructor & Destructor Documentation

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 133 of file ROL_FletcherObjectiveE.hpp.

Member Function Documentation

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

Apply linear operator.

This function applies the linear operator to a vector.

Parameters
[out]Hvis the output vector.
[in]vis the input vector.
[in]tolis a tolerance for inexact linear operator application.

Implements ROL::LinearOperator< Real >.

Definition at line 137 of file ROL_FletcherObjectiveE.hpp.

References ROL::Vector< Real >::dual(), and ROL::Vector< Real >::set().

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

Apply inverse of linear operator.

This function applies the inverse of linear operator to a vector.

Parameters
[out]Hvis the output vector.
[in]vis the input vector.
[in]tolis a tolerance for inexact linear operator application.

Reimplemented from ROL::LinearOperator< Real >.

Definition at line 140 of file ROL_FletcherObjectiveE.hpp.

References ROL::FletcherObjectiveE< Real >::AugSystemPrecond::con_, ROL::FletcherObjectiveE< Real >::AugSystemPrecond::g_, ROL::PartitionedVector< Real >::get(), ROL::PartitionedVector< Real >::set(), and ROL::FletcherObjectiveE< Real >::AugSystemPrecond::x_.

Member Data Documentation

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

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