Geant4
10.01.p02
|
the data element for the internal recursion stack for the sampler and integrator More...
Public Attributes | |
c2_fblock< float_type > | f1 |
size_t | depth |
float_type | previous_estimate |
float_type | abs_tol |
float_type | step_sum |
bool | done |
size_t | f0index |
size_t | f2index |
the data element for the internal recursion stack for the sampler and integrator
Definition at line 466 of file c2_function.hh.
float_type c2_function< float_type >::recur_item::abs_tol |
Definition at line 468 of file c2_function.hh.
size_t c2_function< float_type >::recur_item::depth |
Definition at line 467 of file c2_function.hh.
bool c2_function< float_type >::recur_item::done |
Definition at line 469 of file c2_function.hh.
size_t c2_function< float_type >::recur_item::f0index |
Definition at line 470 of file c2_function.hh.
c2_fblock<float_type> c2_function< float_type >::recur_item::f1 |
Definition at line 467 of file c2_function.hh.
size_t c2_function< float_type >::recur_item::f2index |
Definition at line 470 of file c2_function.hh.
float_type c2_function< float_type >::recur_item::previous_estimate |
Definition at line 468 of file c2_function.hh.
float_type c2_function< float_type >::recur_item::step_sum |
Definition at line 468 of file c2_function.hh.