Non-JPL Sources of Mathematical Software

There are several archives of mathematical software. A few are: Henry Wolkowicz at Waterloo University has offered us access to his library of Combinatorial Optimization software.

Tomas Skalicky has developed a system for Large Sparse Linear Systems, called LASPack.

Some computations require calculation of both function values and derivatives. It is at best tedious, and frequently quite difficult, to produce a correct program that computes derivatives. To aid in this problem, there is a program ADIFOR, which means Automatic Differentiation of Fortran programs. It accepts a Fortran subprogram to compute a function, and produces a Fortran subprogram that computes the derivative (Jacobian) of the function. There is also a collection of software for automatic differentiation (AD) that provides short highlights of Fortran 77, Fortran 90, ANSI-C and C++ AD tools, as well as of systems integrating AD such as MAPLE or AMPL, and AD support libraries.

There are several lists of Mathematics resources in the Web:

Commercial providers include:

Free high level / graphical user interfaces (MATLAB -- like)

We recommend you do not use Numerical Recipes.

Revised: September 30, 1998