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

Private Attributes

Real offset_
 

Detailed Description

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

Definition at line 92 of file ROL_Bounds.hpp.

Constructor & Destructor Documentation

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

Definition at line 94 of file ROL_Bounds.hpp.

Member Function Documentation

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

Definition at line 95 of file ROL_Bounds.hpp.

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

Member Data Documentation

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

Definition at line 99 of file ROL_Bounds.hpp.

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


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