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 offset)
 
Real apply (const Real &x, const Real &y) const
 

Private Attributes

Real offset_
 

Detailed Description

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

Definition at line 82 of file ROL_Bounds.hpp.

Constructor & Destructor Documentation

template<class Real>
ROL::Bounds< Real >::UpperBinding::UpperBinding ( Real  offset)
inline

Definition at line 84 of file ROL_Bounds.hpp.

Member Function Documentation

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

Definition at line 85 of file ROL_Bounds.hpp.

References ROL::Bounds< Real >::UpperBinding::offset_.

Member Data Documentation

template<class Real>
Real ROL::Bounds< Real >::UpperBinding::offset_
private

Definition at line 89 of file ROL_Bounds.hpp.

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


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