file	fmm/decomp.f
for	decomposes a matrix by Gaussian elimination and estimates the condition of the matrix
prec	double

file	fmm/solve.f
for	solution of linear system, A*x = b, do not use if (fmm/decomp) has detected a singularity
prec	double

file	fmm/quanc8.f
for	estimate the integral of f(x) in a finite interval, user provided tolerance using an automatic adaptive routine based on the 8-panel Newton-Cotes rule
prec	double

file	fmm/rkf45.f
for	Fehlberg fourth-fifth order Runge-Kutta method
prec	double

file	fmm/spline.f
for	the coefficients for a cubic interpolating spline are computed
prec	double

file	fmm/svd.f
for	determines the singular value decomposition, SVD, of a real rectangular matrix, using Householder bidiagonalization and a variant of the QR algorithm
prec	double

file	fmm/fmin.f
for	an approximation to the point where a user function attains a minimum on an interval is determined
prec	double

file	fmm/urand.f
for	is a uniform random number generator based on theory and suggestions given in D.E. Knuth (1969), Vol  2
prec	double

file	fmm/zeroin.f
for	find a zero of a user function in an interval
prec	double

