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

Public Member Functions

 LowerBinding (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 >::LowerBinding

Definition at line 68 of file ROL_Bounds.hpp.

Constructor & Destructor Documentation

◆ LowerBinding()

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

Definition at line 70 of file ROL_Bounds.hpp.

References geps_, and xeps_.

Member Function Documentation

◆ apply()

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

Definition at line 71 of file ROL_Bounds.hpp.

References geps_, and xeps_.

Member Data Documentation

◆ xeps_

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

Definition at line 75 of file ROL_Bounds.hpp.

Referenced by apply(), and LowerBinding().

◆ geps_

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

Definition at line 75 of file ROL_Bounds.hpp.

Referenced by apply(), and LowerBinding().


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