YAP
|
Calculates DecayTreeVectorIntegral using importance sampling. More...
#include <ImportanceSampler.h>
Static Public Member Functions | |
static void | calculate (ModelIntegral &I, DataPartitionVector &DPV) |
Update calculation of ModelIntegral. | |
static void | calculate (ModelIntegral &I, DataPartition &D) |
Update calculation of ModelIntegral. | |
Static Private Member Functions | |
static std::vector < DecayTreeVectorIntegral * > | select_changed (ModelIntegral &I) |
static unsigned | partially_calculate_subIntegral (DecayTreeVectorIntegral &I, DataPartition &D) |
perform partial calculation of one integral component for one data partition | |
static unsigned | partially_calculate (std::vector< DecayTreeVectorIntegral * > &J, DataPartition &D) |
perform partial calculation for one data partition | |
Additional Inherited Members | |
![]() | |
static IntegralMap & | integrals (ModelIntegral &I) |
static RealIntegralElementVector & | diagonals (DecayTreeVectorIntegral &I) |
static ComplexIntegralElementMatrix & | offDiagonals (DecayTreeVectorIntegral &I) |
static DecayTreeVectorIntegral & | reset (DecayTreeVectorIntegral &I) |
zero-out a DecayTreeVectorIntegral | |
Calculates DecayTreeVectorIntegral using importance sampling.
|
staticprivate |