![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class Distribution. More...


Go to the source code of this file.
Classes | |
| class | cbl::glob::Distribution |
| The class CombinedDistribution. More... | |
Namespaces | |
| cbl | |
| The global namespace of the CosmoBolognaLib | |
| cbl::glob | |
| The namespace of the functions and classes of internal auxiliary use | |
Enumerations | |
| enum class | cbl::glob::DistributionType { cbl::glob::_Constant_ , cbl::glob::_Uniform_ , cbl::glob::_Gaussian_ , cbl::glob::_Poisson_ , cbl::glob::_Custom_ , cbl::glob::_Interpolated_ , cbl::glob::_Discrete_ } |
| the distribution type More... | |
Functions | |
| std::vector< std::string > | cbl::glob::DistributionTypeNames () |
| return a vector containing the DistributionType names More... | |
| DistributionType | cbl::glob::DistributionTypeCast (const int distributionTypeIndex) |
| cast an enum of type DistributionType from its index More... | |
| DistributionType | cbl::glob::DistributionTypeCast (const std::string distributionTypeName) |
| cast an enum of type DistributionType from its name More... | |
| std::vector< DistributionType > | cbl::glob::DistributionTypeCast (const std::vector< int > distributionTypeIndeces) |
| cast an enum of type DistributionType from indeces More... | |
| std::vector< DistributionType > | cbl::glob::DistributionTypeCast (const std::vector< std::string > distributionTypeNames) |
| cast an enum of type DistributionType from thier names More... | |
The class Distribution.
This file defines the interface of the class Distribution
Definition in file Distribution.h.