TOMS461
Cubic Spline Solutions
to a Class of Functional Differential Equations
TOMS461
is a FORTRAN77 library which
implements ACM TOMS algorithm 461, which uses cubic splines
to solve a class of functional differential equations.
The text of many ACM TOMS algorithms is available online
through ACM:
http://www.acm.org/pubs/calgo
or NETLIB:
http://www.netlib.org/toms/index.html.
Languages:
TOMS461 is available in
a FORTRAN77 version.
Reference:
-
Forbes Burkowski, WD Hoskins,
Algorithm 461:
Cubic Spline Solutions
to a Class of Functional Differential Equations,
Communications of the ACM,
Volume 16, Number 10, October 1973, pages 635-637.
Source Code:
Examples and Tests:
List of Routines:
-
SPNBVP calculates a piecewise continuous approximation
to the solution of the boundary value problem.
-
GAGB is used when dealing with solution values at the
end points.
-
SOLVE is given solution values and quickly computes the
second derivative values needed for the spline approximation;
You can go up one level to
the FORTRAN77 source codes.
Last revised on 15 December 2005.