BayesianAnalysisToolkit  0.9.3
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
BCCubaOptions::General Struct Reference

#include <BCIntegrate.h>

Inheritance diagram for BCCubaOptions::General:
Inheritance graph
[legend]

Public Member Functions

 General ()
 

Public Attributes

int ncomp
 
int flags
 
int nregions
 
int neval
 
int fail
 
double error
 
double prob
 

Protected Member Functions

 ~General ()
 

Detailed Description

Definition at line 42 of file BCIntegrate.h.

Constructor & Destructor Documentation

BCCubaOptions::General::General ( )

Definition at line 2512 of file BCIntegrate.cxx.

2512  :
2513  ncomp(1),
2514  flags(0),
2515  nregions(0),
2516  neval(0),
2517  fail(0),
2518  error(0),
2519  prob(0)
2520 {}
BCCubaOptions::General::~General ( )
protected

Definition at line 2522 of file BCIntegrate.cxx.

2523 {}

Member Data Documentation

double BCCubaOptions::General::error

Definition at line 45 of file BCIntegrate.h.

int BCCubaOptions::General::fail

Definition at line 44 of file BCIntegrate.h.

int BCCubaOptions::General::flags

Definition at line 44 of file BCIntegrate.h.

int BCCubaOptions::General::ncomp

Definition at line 44 of file BCIntegrate.h.

int BCCubaOptions::General::neval

Definition at line 44 of file BCIntegrate.h.

int BCCubaOptions::General::nregions

Definition at line 44 of file BCIntegrate.h.

double BCCubaOptions::General::prob

Definition at line 45 of file BCIntegrate.h.


The documentation for this struct was generated from the following files: