1 subroutine splder(t,n,c,k,nu,x,y,m,wrk,ier)
55 real*8 t(n),c(n),x(m),y(m),wrk(n)
57 integer i,j,kk,k1,k2,l,ll,l1,l2,nk1,nk2,nn
58 real*8 ak,arg,fac,sp,tb,te
64 if(nu.lt.0 .or. nu.gt.k) go to 200
67 if(x(i).lt.x(i-1)) go to 200
94 if(fac.le.0.) go to 50
95 wrk(i) = ak*(wrk(i+1)-wrk(i))/fac
100 if(kk.ne.0) go to 100
105 70
if(arg.lt.t(l+1) .or. l.eq.nk1) go to 80
119 if(arg.lt.tb) arg = tb
120 if(arg.gt.te) arg = te
122 140
if(arg.lt.t(l1) .or. l.eq.nk1) go to 150
127 150 call
fpbspl(t,n,kk,arg,l,h)
subroutine splder(t, n, c, k, nu, x, y, m, wrk, ier)
subroutine fpbspl(t, n, k, x, l, h)