|
BioCMAMC-ST
|
| NMC | Namespace that contains classes and structures related to Monte Carlo (MC) simulations |
| NDistributions | Kokkos compatible method to draw from specific probability distribution |
| RProbabilityLaw | Concept for probability distribution laws |
| NModels | Models definition |
| RUptakeModel | |
| NWrapMPI | Namespace to correclty wrap MPI C API for modern C++ |
| RPOD_t | |
| R_HasExportProperties | SFNIAE way to check whether model allow internal value saving or not |
| RCommonModelType | Concept to define a correct Model |
| RConfigurableInit | |
| RConfigurableModel | |
| RConstWeightModelType | Concept to check if a model type has uniform_weight |
| RDynModelType | SFNIAE wau to declare a model with number of internal properties not known at compile time Alows to properly define User Defined Model but should be avoid in other cases |
| RFixedModelType | SFNIAE way to declare a model with number of internal properties known at compile time |
| RFloatingPointType | |
| RHasExportProperties | Model that can export properties |
| RHasExportPropertiesFull | SFNIAE way to check whether model allow all value saving |
| RHasExportPropertiesPartial | SFNIAE way to check whether model allow partial value saving |
| RIntegerType | |
| RModelType | Model type |
| RNonConfigurableInit | |
| RNonConfigurableModel | |
| RNumberType | |
| RPreInitModel | Concept to check if a model type has uniform_weight |