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.
An unexpected error has been triggered by this function. Please contact NAG.
See Section 2.7.6 in How to Use the NAG Library and its Documentation for further information.
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 2.7.5 in How to Use the NAG Library and its Documentation for further information.
NE_POLE_PRESENT
Evaluation at or near a pole.
7 Accuracy
A running error analysis for polynomial evaluation by nested multiplication using the recurrence suggested by Kahan (see Peters and Wilkinson (1971)) is used to detect whether you are attempting to evaluate the approximant at or near a pole.
8 Parallelism and Performance
nag_1d_pade_eval (e02rbc) is not threaded in any implementation.
9 Further Comments
The time taken is approximately proportional to .
10 Example
This example first calls nag_1d_pade (e02rac) to calculate the Padé approximant to , and then uses nag_1d_pade_eval (e02rbc) to evaluate the approximant at .