ROL
ROL::Fletcher< Real >::AugSystem Class Reference
Inheritance diagram for ROL::Fletcher< Real >::AugSystem:

Public Member Functions

 AugSystem (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x, const Real delta)
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< Constraint< Real > > con_
const Ptr< const Vector< Real > > x_
const Real delta_

Detailed Description

template<class Real>
class ROL::Fletcher< Real >::AugSystem

Definition at line 93 of file ROL_Fletcher.hpp.

Constructor & Destructor Documentation

◆ AugSystem()

template<class Real>
ROL::Fletcher< Real >::AugSystem::AugSystem ( const Ptr< Constraint< Real > > & con,
const Ptr< const Vector< Real > > & x,
const Real delta )
inline

Definition at line 99 of file ROL_Fletcher.hpp.

References con_, delta_, and x_.

Member Function Documentation

◆ apply()

template<class Real>
void ROL::Fletcher< Real >::AugSystem::apply ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

Definition at line 103 of file ROL_Fletcher.hpp.

References con_, delta_, ROL::PartitionedVector< Real >::get(), and x_.

Member Data Documentation

◆ con_

template<class Real>
const Ptr<Constraint<Real> > ROL::Fletcher< Real >::AugSystem::con_
private

Definition at line 95 of file ROL_Fletcher.hpp.

Referenced by apply(), and AugSystem().

◆ x_

template<class Real>
const Ptr<const Vector<Real> > ROL::Fletcher< Real >::AugSystem::x_
private

Definition at line 96 of file ROL_Fletcher.hpp.

Referenced by apply(), and AugSystem().

◆ delta_

template<class Real>
const Real ROL::Fletcher< Real >::AugSystem::delta_
private

Definition at line 97 of file ROL_Fletcher.hpp.

Referenced by apply(), and AugSystem().


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