Numerical multi dimensional integration options.
Definition at line 194 of file IntegratorOptions.h.
Public Member Functions | |
IntegratorMultiDimOptions (const IntegratorMultiDimOptions &rhs) | |
IntegratorMultiDimOptions (IOptions *extraOpts=0) | |
virtual | ~IntegratorMultiDimOptions () |
std::string | Integrator () const |
name of multi-dim integrator More... | |
IntegrationMultiDim::Type | IntegratorType () const |
type of the integrator (return the enumeration type) More... | |
unsigned int | NCalls () const |
maximum number of function calls More... | |
IntegratorMultiDimOptions & | operator= (const IntegratorMultiDimOptions &rhs) |
void | Print (std::ostream &os=std::cout) const |
print all the options More... | |
void | SetIntegrator (const char *name) |
set multi-dim integrator name More... | |
void | SetNCalls (unsigned int calls) |
set maximum number of function calls More... | |
Public Member Functions inherited from ROOT::Math::BaseIntegratorOptions | |
BaseIntegratorOptions (const BaseIntegratorOptions &opt) | |
virtual | ~BaseIntegratorOptions () |
protected constructor to avoid user creating this class More... | |
double | AbsTolerance () const |
non-static methods for retrivieng options More... | |
IOptions * | ExtraOptions () const |
return extra options More... | |
virtual std::string | Integrator () const =0 |
name of 1D integrator More... | |
BaseIntegratorOptions & | operator= (const BaseIntegratorOptions &opt) |
assignment operators More... | |
double | RelTolerance () const |
absolute tolerance More... | |
void | SetAbsTolerance (double tol) |
non-static methods for setting options More... | |
void | SetExtraOptions (const IOptions &opt) |
set extra options (in this case pointer is cloned) More... | |
void | SetRelTolerance (double tol) |
set the relative tolerance More... | |
void | SetWKSize (unsigned int size) |
set workspace size More... | |
unsigned int | WKSize () const |
size of the workspace More... | |
Static Public Member Functions | |
static ROOT::Math::IOptions & | Default (const char *name) |
static double | DefaultAbsTolerance () |
static std::string | DefaultIntegrator () |
static IntegrationMultiDim::Type | DefaultIntegratorType () |
static unsigned int | DefaultNCalls () |
static double | DefaultRelTolerance () |
static unsigned int | DefaultWKSize () |
static ROOT::Math::IOptions * | FindDefault (const char *name) |
static void | PrintDefault (const char *name=0, std::ostream &os=std::cout) |
print only the specified default options More... | |
static void | SetDefaultAbsTolerance (double tol) |
static void | SetDefaultIntegrator (const char *name) |
static void | SetDefaultNCalls (unsigned int ncall) |
static void | SetDefaultRelTolerance (double tol) |
static void | SetDefaultWKSize (unsigned int size) |
Additional Inherited Members | |
Protected Member Functions inherited from ROOT::Math::BaseIntegratorOptions | |
BaseIntegratorOptions () | |
protected constructor to avoid user creating this class More... | |
void | ClearExtra () |
Protected Attributes inherited from ROOT::Math::BaseIntegratorOptions | |
double | fAbsTolerance |
ROOT::Math::IOptions * | fExtraOptions |
int | fIntegType |
unsigned int | fNCalls |
double | fRelTolerance |
unsigned int | fWKSize |
#include <Math/IntegratorOptions.h>
ROOT::Math::IntegratorMultiDimOptions::IntegratorMultiDimOptions | ( | IOptions * | extraOpts = 0 | ) |
Definition at line 286 of file IntegratorOptions.cxx.
|
inlinevirtual |
Definition at line 203 of file IntegratorOptions.h.
|
inline |
Definition at line 206 of file IntegratorOptions.h.
|
static |
Definition at line 375 of file IntegratorOptions.cxx.
|
static |
Definition at line 369 of file IntegratorOptions.cxx.
|
static |
Definition at line 338 of file IntegratorOptions.cxx.
|
static |
Definition at line 343 of file IntegratorOptions.cxx.
|
static |
Definition at line 372 of file IntegratorOptions.cxx.
|
static |
Definition at line 370 of file IntegratorOptions.cxx.
|
static |
Definition at line 371 of file IntegratorOptions.cxx.
|
static |
Definition at line 380 of file IntegratorOptions.cxx.
|
virtual |
name of multi-dim integrator
Implements ROOT::Math::BaseIntegratorOptions.
Definition at line 310 of file IntegratorOptions.cxx.
|
inline |
type of the integrator (return the enumeration type)
Definition at line 228 of file IntegratorOptions.h.
|
inline |
maximum number of function calls
Definition at line 222 of file IntegratorOptions.h.
|
inline |
Definition at line 211 of file IntegratorOptions.h.
void ROOT::Math::IntegratorMultiDimOptions::Print | ( | std::ostream & | os = std::cout | ) | const |
print all the options
Definition at line 314 of file IntegratorOptions.cxx.
|
static |
print only the specified default options
print default options
Definition at line 322 of file IntegratorOptions.cxx.
|
static |
Definition at line 349 of file IntegratorOptions.cxx.
|
static |
Definition at line 328 of file IntegratorOptions.cxx.
|
static |
Definition at line 363 of file IntegratorOptions.cxx.
|
static |
Definition at line 354 of file IntegratorOptions.cxx.
|
static |
Definition at line 359 of file IntegratorOptions.cxx.
void ROOT::Math::IntegratorMultiDimOptions::SetIntegrator | ( | const char * | name | ) |
set multi-dim integrator name
Definition at line 304 of file IntegratorOptions.cxx.
|
inline |
set maximum number of function calls
Definition at line 219 of file IntegratorOptions.h.