ROL
Public Member Functions | Private Attributes | List of all members
ROL::Smale< Real > Class Template Reference

#include <ROL_Smale.hpp>

+ Inheritance diagram for ROL::Smale< Real >:

Public Member Functions

 Smale (const Real a=0., const Real b=1.)
 
 Smale (ROL::ParameterList &parlist)
 
Real evaluatePDF (const Real input) const
 
Real evaluateCDF (const Real input) const
 
Real integrateCDF (const Real input) const
 
Real invertCDF (const Real input) const
 
Real moment (const size_t m) const
 
Real lowerBound (void) const
 
Real upperBound (void) const
 
void test (std::ostream &outStream=std::cout) const
 
- Public Member Functions inherited from ROL::Distribution< Real >
virtual ~Distribution (void)
 

Private Attributes

Real a_
 
Real b_
 

Additional Inherited Members

- Protected Member Functions inherited from ROL::Distribution< Real >
void test (const std::vector< Real > &X, const std::vector< int > &T, std::ostream &outStream=std::cout) const
 

Detailed Description

template<class Real>
class ROL::Smale< Real >

Definition at line 53 of file ROL_Smale.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::Smale< Real >::Smale ( const Real  a = 0.,
const Real  b = 1. 
)
inline

Definition at line 59 of file ROL_Smale.hpp.

template<class Real >
ROL::Smale< Real >::Smale ( ROL::ParameterList &  parlist)
inline

Definition at line 62 of file ROL_Smale.hpp.

References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.

Member Function Documentation

template<class Real >
Real ROL::Smale< Real >::evaluatePDF ( const Real  input) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 70 of file ROL_Smale.hpp.

References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.

Referenced by ROL::Smale< Real >::invertCDF().

template<class Real >
Real ROL::Smale< Real >::evaluateCDF ( const Real  input) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 76 of file ROL_Smale.hpp.

References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.

Referenced by ROL::Smale< Real >::invertCDF().

template<class Real >
Real ROL::Smale< Real >::integrateCDF ( const Real  input) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 82 of file ROL_Smale.hpp.

References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.

template<class Real >
Real ROL::Smale< Real >::invertCDF ( const Real  input) const
inlinevirtual
template<class Real >
Real ROL::Smale< Real >::moment ( const size_t  m) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 112 of file ROL_Smale.hpp.

template<class Real >
Real ROL::Smale< Real >::lowerBound ( void  ) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 117 of file ROL_Smale.hpp.

template<class Real >
Real ROL::Smale< Real >::upperBound ( void  ) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 121 of file ROL_Smale.hpp.

template<class Real >
void ROL::Smale< Real >::test ( std::ostream &  outStream = std::cout) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 125 of file ROL_Smale.hpp.

References ROL::Distribution< Real >::test().

Member Data Documentation

template<class Real >
Real ROL::Smale< Real >::a_
private
template<class Real >
Real ROL::Smale< Real >::b_
private

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