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

Constructor & Destructor Documentation

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

Definition at line 94 of file ROL_Bounds.hpp.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 99 of file ROL_Bounds.hpp.

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

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

Definition at line 99 of file ROL_Bounds.hpp.

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


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