ROL
ROL::Bounds< Real >::UpperBinding Class Reference
Inheritance diagram for ROL::Bounds< Real >::UpperBinding:

Public Member Functions

 UpperBinding (Real xeps, Real geps)
Real apply (const Real &x, const Real &y) const

Private Attributes

Real xeps_
Real geps_

Detailed Description

template<typename Real>
class ROL::Bounds< Real >::UpperBinding

Definition at line 58 of file ROL_Bounds.hpp.

Constructor & Destructor Documentation

◆ UpperBinding()

template<typename Real>
ROL::Bounds< Real >::UpperBinding::UpperBinding ( Real xeps,
Real geps )
inline

Definition at line 60 of file ROL_Bounds.hpp.

References geps_, and xeps_.

Member Function Documentation

◆ apply()

template<typename Real>
Real ROL::Bounds< Real >::UpperBinding::apply ( const Real & x,
const Real & y ) const
inline

Definition at line 61 of file ROL_Bounds.hpp.

References geps_, and xeps_.

Member Data Documentation

◆ xeps_

template<typename Real>
Real ROL::Bounds< Real >::UpperBinding::xeps_
private

Definition at line 65 of file ROL_Bounds.hpp.

Referenced by apply(), and UpperBinding().

◆ geps_

template<typename Real>
Real ROL::Bounds< Real >::UpperBinding::geps_
private

Definition at line 65 of file ROL_Bounds.hpp.

Referenced by apply(), and UpperBinding().


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