|
queso-0.57.1
|
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 43 of file BasicPdfsBoost.h.
| QUESO::BasicPdfsBoost::BasicPdfsBoost | ( | int | worldRank | ) |
Constructor.
Constructor ------------------------—.
Definition at line 32 of file BasicPdfsBoost.C.
| QUESO::BasicPdfsBoost::~BasicPdfsBoost | ( | ) |
Destructor.
Definition at line 39 of file BasicPdfsBoost.C.
|
private |
Default constructor.
|
virtual |
TODO: Actual value of the Beta PDF.
Implements QUESO::BasicPdfsBase.
Definition at line 46 of file BasicPdfsBoost.C.
|
virtual |
TODO: Actual value of the Gamma PDF.
Implements QUESO::BasicPdfsBase.
Definition at line 54 of file BasicPdfsBoost.C.