53 subroutine ksampaf0(x, y, n, coef, nc, yi, total,
75 if( nc .lt. n-1 )
then 76 write(0,*)
' nc< n-1 in ksamplAF0' 83 call kcsplinteg(x, y, n, coef, nc, a, b, total)
111 if( nc .lt. n-1 )
then 112 write(0,*)
' nc< n-1 in ksamplAF0' 119 subroutine ksampaf(x, yi, n, coef2, nc, xs)
129 call kcsplintp(yi, x, n, coef2, nc, u, xs)
subroutine kcsplinteg(x, y, n, coef, nc, a, b, s)
subroutine kcsplcoef(x, y, n, coef, nc)
subroutine ksampaf(x, yi, n, coef2, nc, xs)
subroutine ksampaf0(x, y, n, coef, nc, yi, total, coef2)
subroutine ksampaf0_b(x, y, n, coef, nc)
subroutine kcsplintp(x, y, n, coef, nc, v, f)