D01RCF (PDF version)
D01 Chapter Contents
D01 Chapter Introduction
NAG Library Manual

NAG Library Routine Document

D01RCF

Note:  before using this routine, please read the Users' Note for your implementation to check the interpretation of bold italicised terms and other implementation-dependent details.

+ Contents

    1  Purpose
    7  Accuracy
    9  Example

1  Purpose

The dimension of the arrays that must be passed as actual arguments to D01RAF are dependent upon a number of factors. D01RCF returns the correct size of these arrays enabling D01RAF to be called successfully.

2  Specification

SUBROUTINE D01RCF ( NI, LENXRQ, LDFMRQ, SDFMRQ, LICMIN, LICMAX, LCMIN, LCMAX, IOPTS, OPTS, IFAIL)
INTEGER  NI, LENXRQ, LDFMRQ, SDFMRQ, LICMIN, LICMAX, LCMIN, LCMAX, IOPTS(100), IFAIL
REAL (KIND=nag_wp)  OPTS(100)

3  Description

D01RCF returns the minimum dimension of the arrays X, FM, ICOMM and COMM that must be passed to D01RAF to enable the integration to commence given options currently set for the NI integrands. D01RCF also returns the upper bounds licmax and lcmax for the dimension of the arrays ICOMM and COMM, that could possibly be required with the chosen options.
All the minimum values lenxrq, ldfmrq, sdfmrq, licmin and lcmin, and subsequently all the maximum values licmax and lcmax may be affected if different options are set, and hence D01RCF should be called after any options are set, and before the first call to D01RAF.
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.

4  References

None.

5  Parameters

1:     NI – INTEGERInput
On entry: ni, the number of integrals which will be approximated in the subsequent call to D01RAF.
Constraint: NI>0.
2:     LENXRQ – INTEGEROutput
On exit: lenxrq, the minimum dimension of the array X that can be used in a subsequent call to D01RAF.
3:     LDFMRQ – INTEGEROutput
On exit: ldfmrq, the minimum leading dimension of the array FM that can be used in a subsequent call to D01RAF.
4:     SDFMRQ – INTEGEROutput
On exit: sdfmrq, the minimum second dimension of the array FM than can be used in a subsequent call to D01RAF.
5:     LICMIN – INTEGEROutput
On exit: licmin, the minimum dimension of the array ICOMM that must be passed to D01RAF to enable it to calculate a single approximation to all the ni integrals over the interval a,b with spri initial segments.
6:     LICMAX – INTEGEROutput
On exit: licmax the dimension of the array ICOMM that must be passed to D01RAF to enable it to exhaust the adaptive process controlled by the currently set options for the ni integrals over the interval a,b with spri initial segments.
7:     LCMIN – INTEGEROutput
On exit: lcmin, the minimum dimension of the array COMM that must be passed to D01RAF to enable it to calculate a single approximation to all the ni integrals over the interval a,b with spri initial segments.
8:     LCMAX – INTEGEROutput
On exit: lcmax, the dimension of the array COMM that must be passed to D01RAF to enable it to exhaust the adaptive process controlled by the currently set options for the ni integrals over the interval a,b with spri initial segments.
9:     IOPTS(100) – INTEGER arrayInput
On entry: the integer option array as returned by D01ZKF.
Constraint: IOPTS must not be changed between calls to D01ZKF, D01ZLF, D01RCF and D01RAF.
10:   OPTS(100) – REAL (KIND=nag_wp) arrayInput
On entry: the real option array as returned by D01ZKF.
Constraint: OPTS must not be changed between calls to D01ZKF, D01ZLF, D01RCF and D01RAF.
11:   IFAIL – INTEGERInput/Output
On entry: IFAIL must be set to 0, -1​ or ​1. If you are unfamiliar with this parameter you should refer to Section 3.3 in the Essential Introduction for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value -1​ or ​1 is recommended. If the output of error messages is undesirable, then the value 1 is recommended. Otherwise, if you are not familiar with this parameter, the recommended value is 0. When the value -1​ or ​1 is used it is essential to test the value of IFAIL on exit.
On exit: IFAIL=0 unless the routine detects an error or a warning has been flagged (see Section 6).

6  Error Indicators and Warnings

If on entry IFAIL=0 or -1, explanatory error messages are output on the current error message unit (as defined by X04AAF).
Errors or warnings detected by the routine:
IFAIL=21
On entry, NI=value.
Constraint: NI>0.
IFAIL=1001
One of the option arrays IOPTS or OPTS has become corrupted. Re-initialize the arrays using D01ZKF.

7  Accuracy

Not applicable.

8  Further Comments

None.

9  Example

See Section 9 in D01RAF for examples of the usage of D01RCF.

D01RCF (PDF version)
D01 Chapter Contents
D01 Chapter Introduction
NAG Library Manual

© The Numerical Algorithms Group Ltd, Oxford, UK. 2012