d02uac obtains the Chebyshev coefficients of a function discretized on Chebyshev Gauss–Lobatto points. The set of discretization points on which the function is evaluated is usually obtained by a previous call to
d02ucc.
d02uac computes the coefficients
, for
, of the interpolating Chebyshev series
which interpolates the function
evaluated at the Chebyshev Gauss–Lobatto points
Here
denotes the Chebyshev polynomial of the first kind of degree
with argument
defined on
. In terms of your original variable,
say, the input values at which the function values are to be provided are
where
and
are respectively the upper and lower ends of the range of
over which the function is required.
The Chebyshev coefficients computed should be accurate to within a small multiple of machine precision.
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.