mcarlo_inte Class Template Reference

#include <mcarlo_inte.h>

Inheritance diagram for mcarlo_inte:

multi_inte gsl_miser gsl_monte gsl_vegas naive_metropolis

Detailed Description

template<class param_t, class func_t, class rng_t = gsl_rnga, class vec_t = ovector_view>
class mcarlo_inte< param_t, func_t, rng_t, vec_t >

Monte-Carlo integration base.

There is no generic interface here since it would just be the same as that from multi_inte. This class just provides the generic Monte Carlo parameters and the random number generator. The default type for the random number generator is a gsl_rnga object.

Definition at line 46 of file mcarlo_inte.h.


Public Member Functions

 mcarlo_inte ()
virtual ~mcarlo_inte ()
virtual const char * type ()
 Return string denoting type ("mcarlo_inte").

Data Fields

int n_points
 (default 1000)
rng_t def_rng
 The random number generator.

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.