BioCMAMC-ST
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123]
 NMCNamespace that contains classes and structures related to Monte Carlo (MC) simulations
 NDistributionsKokkos compatible method to draw from specific probability distribution
 RProbabilityLawConcept for probability distribution laws
 NWrapMPINamespace to correclty wrap MPI C API for modern C++
 RPOD_t
 R_HasExportPropertiesSFNIAE way to check whether model allow internal value saving or not
 RCommonModelTypeConcept to define a correct Model
 RConfigurableInit
 RConfigurableModel
 RConstWeightModelTypeConcept to check if a model type has uniform_weight
 RDynModelTypeSFNIAE 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
 RFixedModelTypeSFNIAE way to declare a model with number of internal properties known at compile time
 RFloatingPointType
 RHasExportPropertiesModel that can export properties
 RHasExportPropertiesFullSFNIAE way to check whether model allow all value saving
 RHasExportPropertiesPartialSFNIAE way to check whether model allow partial value saving
 RIntegerType
 RModelTypeModel type
 RNonConfigurableInit
 RNonConfigurableModel
 RNumberType
 RPreInitModelConcept to check if a model type has uniform_weight