ROL
Public Member Functions | Private Attributes | List of all members
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 93 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 95 of file ROL_Bounds.hpp.

Member Function Documentation

◆ apply()

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

Member Data Documentation

◆ xeps_

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

Definition at line 100 of file ROL_Bounds.hpp.

Referenced by ROL::Bounds< Real >::LowerBinding::apply().

◆ geps_

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

Definition at line 100 of file ROL_Bounds.hpp.

Referenced by ROL::Bounds< Real >::LowerBinding::apply().


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