|
queso-0.53.0
|
TODO: Base class for basic PDFs using Gsl library. More...
#include <BasicPdfsGsl.h>


Public Member Functions | |
Constructor/Destructor methods | |
| BasicPdfsGsl (int worldRank) | |
| Constructor. More... | |
| ~BasicPdfsGsl () | |
| 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 | |
| BasicPdfsGsl () | |
| Default constructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from QUESO::BasicPdfsBase | |
| int | m_worldRank |
TODO: Base class for basic PDFs using Gsl library.
Definition at line 43 of file BasicPdfsGsl.h.
| QUESO::BasicPdfsGsl::BasicPdfsGsl | ( | int | worldRank | ) |
Constructor.
Constructor ------------------------—.
Definition at line 33 of file BasicPdfsGsl.C.
| QUESO::BasicPdfsGsl::~BasicPdfsGsl | ( | ) |
|
private |
Default constructor.
|
virtual |
TODO: Actual value of the Beta PDF.
Implements QUESO::BasicPdfsBase.
Definition at line 46 of file BasicPdfsGsl.C.
|
virtual |
TODO: Actual value of the Gamma PDF.
Implements QUESO::BasicPdfsBase.
Definition at line 63 of file BasicPdfsGsl.C.