25 const std::vector<ext::shared_ptr<Integrator> >& integrators)
26 : integrators_(integrators),
27 integrationLevelEntries_(maxDimensions_),
28 varBuffer_(integrators.size(), 0.) {
30 "Too many dimensions in integration.");
31 spawnFcts<maxDimensions_>();
static const Size maxDimensions_
MultidimIntegral(const std::vector< ext::shared_ptr< Integrator > > &integrators)
#define QL_REQUIRE(condition, message)
throw an error if the given pre-condition is not verified