e01cfc evaluates a monotonic convex interpolant, as setup by
e01cec, at the points
. The function is derived from the work of Hagan and West and is described in
Hagan and West (2006),
Hagan and West (2008) and
West (2011).
The computational errors in the array
comm should be negligible in most practical situations.
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
This example reads in a set of data points, calls
e01cec to compute a monotonic convex interpolant, and then calls
e01cfc to evaluate the interpolant at equally spaced points.