The interface of your subroutine would be like
The interface is
where coeff is the matrix computed in 1, and x is the
data points to be queried, which is a sorted arry of arbitrary length
(all elements are in [0,L]).
The return argument y is an array of the same length as x,
whose elements is the corresponding function values of x.
The interface is like
where
Updated Jan 13, 2009