E04NPF (PDF version)
E04 Chapter Contents
E04 Chapter Introduction
NAG Library Manual

NAG Library Routine Document

E04NPF

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

E04NPF is used to initialize the routine E04NQF.

2  Specification

SUBROUTINE E04NPF ( CW, LENCW, IW, LENIW, RW, LENRW, IFAIL)
INTEGER  LENCW, IW(LENIW), LENIW, LENRW, IFAIL
REAL (KIND=nag_wp)  RW(LENRW)
CHARACTER(8)  CW(LENCW)

3  Description

E04NPF initializes the arrays CW, IW and RW for the routine E04NQF.

4  References

None.

5  Parameters

1:     CW(LENCW) – CHARACTER(8) arrayCommunication Array
2:     LENCW – INTEGERInput
On entry: the dimension of the array CW as declared in the (sub)program from which E04NPF is called.
Constraint: LENCW600, see routine E04NQF.
3:     IW(LENIW) – INTEGER arrayCommunication Array
4:     LENIW – INTEGERInput
On entry: the dimension of the array IW as declared in the (sub)program from which E04NPF is called.
Constraint: LENIW600, see routine E04NQF.
5:     RW(LENRW) – REAL (KIND=nag_wp) arrayCommunication Array
6:     LENRW – INTEGERInput
On entry: the dimension of the array RW as declared in the (sub)program from which E04NPF is called.
Constraint: LENRW600, see routine E04NQF.
7:     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=1
One or more of the communication array lengths LENCW, LENIW or LENRW is less than 600.

7  Accuracy

Not applicable.

8  Further Comments

The time taken by E04NPF is negligible.

9  Example

See Section 9 in E04NQF and E04NRF.

E04NPF (PDF version)
E04 Chapter Contents
E04 Chapter Introduction
NAG Library Manual

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