1 subroutine csaps ( x, y, dy, npoint, s, smY )
8 integer i,is,j,l,lsm,ndigit,npoint,ns
9 real a(npoint,4),coefsm(4,npoint-1),dy(npoint)
10 * ,s, scrtch(npoint,7),sfp,
x(npoint),
y(npoint), smy(npoint)
13 sfp =
smooth(
x,
y, dy, npoint, s, scrtch, a )
21 16 coefsm(j,i) = a(i,j)
25 20 smy(i)=
ppvalu(
x,coefsm,lsm,4,
x(i),0)
double precision function smooth(x, y, dy, npoint, s, v, a)
double precision function ppvalu(break, coef, l, k, x, jderiv)