ROL
ROL::BoundFletcher< Real >::AugSystemSym Class Reference
Inheritance diagram for ROL::BoundFletcher< Real >::AugSystemSym:

Public Member Functions

 AugSystemSym (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x, const Ptr< Vector< Real > > &Qsqrt, const Ptr< Vector< Real > > &Qv, 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 Ptr< Vector< Real > > Qsqrt_
const Ptr< Vector< Real > > Qv_
const Real delta_

Detailed Description

template<class Real>
class ROL::BoundFletcher< Real >::AugSystemSym

Definition at line 177 of file ROL_BoundFletcher.hpp.

Constructor & Destructor Documentation

◆ AugSystemSym()

template<class Real>
ROL::BoundFletcher< Real >::AugSystemSym::AugSystemSym ( const Ptr< Constraint< Real > > & con,
const Ptr< const Vector< Real > > & x,
const Ptr< Vector< Real > > & Qsqrt,
const Ptr< Vector< Real > > & Qv,
const Real delta )
inline

Definition at line 185 of file ROL_BoundFletcher.hpp.

References con_, delta_, Qsqrt_, Qv_, and x_.

Member Function Documentation

◆ apply()

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

Definition at line 191 of file ROL_BoundFletcher.hpp.

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

Member Data Documentation

◆ con_

template<class Real>
const Ptr<Constraint<Real> > ROL::BoundFletcher< Real >::AugSystemSym::con_
private

Definition at line 179 of file ROL_BoundFletcher.hpp.

Referenced by apply(), and AugSystemSym().

◆ x_

template<class Real>
const Ptr<const Vector<Real> > ROL::BoundFletcher< Real >::AugSystemSym::x_
private

Definition at line 180 of file ROL_BoundFletcher.hpp.

Referenced by apply(), and AugSystemSym().

◆ Qsqrt_

template<class Real>
const Ptr<Vector<Real> > ROL::BoundFletcher< Real >::AugSystemSym::Qsqrt_
private

Definition at line 181 of file ROL_BoundFletcher.hpp.

Referenced by apply(), and AugSystemSym().

◆ Qv_

template<class Real>
const Ptr<Vector<Real> > ROL::BoundFletcher< Real >::AugSystemSym::Qv_
private

Definition at line 182 of file ROL_BoundFletcher.hpp.

Referenced by apply(), and AugSystemSym().

◆ delta_

template<class Real>
const Real ROL::BoundFletcher< Real >::AugSystemSym::delta_
private

Definition at line 183 of file ROL_BoundFletcher.hpp.

Referenced by apply(), and AugSystemSym().


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