The dimension of the arrays that must be passed as actual arguments to
d01rac are dependent upon a number of factors.
d01rcc returns the correct size of these arrays enabling
d01rac to be called successfully.
d01rcc returns the minimum dimension of the arrays
x (
),
fm (
),
icom (
) and
com (
) that must be passed to
d01rac to enable the integration to commence given options currently set for the
ni integrands.
d01rcc also returns the upper bounds
and
for the dimension of the arrays
icom and
com, that could possibly be required with the chosen options.
All the minimum values
,
,
,
and
, and subsequently all the maximum values
and
may be affected if different options are set, and hence
d01rcc should be called after any options are set, and before the first call to
d01rac.
A segment is here defined as a (possibly maximal) subset of the domain of integration. During subdivision, a segment is bisected into two new segments.
None.
Not applicable.
Background information to multithreading can be found in the
Multithreading documentation.
None.
See
d01rac for examples of the usage of
d01rcc.