nag_opt_nlp_revcomm_init (e04wbc) initializes some or all of the arrays cwsav, lwsav, iwsav and rwsav for the function
nag_opt_nlp_revcomm (e04ufc),
and any associated option setting functions.
4
References
None.
5
Arguments
1:
– const char *Input
On entry: the name of the function to be initialized.
The NAG error argument (see Section 3.7 in How to Use the NAG Library and its Documentation).
6
Error Indicators and Warnings
NE_ALLOC_FAIL
Dynamic memory allocation failed.
NE_BAD_PARAM
On entry, argument value had an illegal value.
NE_CHARACTER
On entry, .
Constraint: rname must be called with .
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
NE_TOO_SMALL
One or more of the save array lengths is too small. Supplied values are: , , and .
7
Accuracy
Not applicable.
8
Parallelism and Performance
nag_opt_nlp_revcomm_init (e04wbc) is not threaded in any implementation.
9
Further Comments
The time taken by nag_opt_nlp_revcomm_init (e04wbc) is negligible.
10
Example
The use of nag_opt_nlp_revcomm_init (e04wbc) is illustrated by
the example in Section 10 in nag_opt_nlp_revcomm (e04ufc).