These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomia - 资源详细说明
These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomial Interpolation Points (Small)
First Sample (x1,y1)
Second Sample (x2,y2)
...
Nth Sample (xN,yN)
N1: Number of Error Evaluation Points (Large)
First Sample (x1,y1)
Second Sample (x2,y2)
...
N1th Sample (xN1,yN1)
These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomia - 源码文件列表