| 
    queso-0.55.0
    
   | 
 
TODO: Base class for basic PDFs using Boost library. More...
#include <BasicPdfsBoost.h>


Public Member Functions | |
Constructor/Destructor methods  | |
| BasicPdfsBoost (int worldRank) | |
| Constructor.  More... | |
| ~BasicPdfsBoost () | |
| Destructor.  More... | |
Mathematical methods  | |
| double | betaPdfActualValue (double x, double alpha, double beta) const | 
| TODO: Actual value of the Beta PDF.  More... | |
| double | gammaPdfActualValue (double x, double a, double b) const | 
| TODO: Actual value of the Gamma PDF.  More... | |
  Public Member Functions inherited from QUESO::BasicPdfsBase | |
| BasicPdfsBase (int worldRank) | |
| Constructor.  More... | |
| virtual | ~BasicPdfsBase () | 
| Virtual destructor.  More... | |
Private Member Functions | |
| BasicPdfsBoost () | |
| Default constructor.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from QUESO::BasicPdfsBase | |
| int | m_worldRank | 
TODO: Base class for basic PDFs using Boost library.
Definition at line 45 of file BasicPdfsBoost.h.
| QUESO::BasicPdfsBoost::BasicPdfsBoost | ( | int | worldRank | ) | 
Constructor.
Constructor ------------------------—.
Definition at line 30 of file BasicPdfsBoost.C.
| QUESO::BasicPdfsBoost::~BasicPdfsBoost | ( | ) | 
Destructor.
Definition at line 37 of file BasicPdfsBoost.C.
      
  | 
  private | 
Default constructor.
      
  | 
  virtual | 
TODO: Actual value of the Beta PDF.
Implements QUESO::BasicPdfsBase.
Definition at line 44 of file BasicPdfsBoost.C.
References queso_not_implemented.
      
  | 
  virtual | 
TODO: Actual value of the Gamma PDF.
Implements QUESO::BasicPdfsBase.
Definition at line 51 of file BasicPdfsBoost.C.
References queso_not_implemented.