I am looking for the equivalent of a Fortran numerical computation
library written in Common Lisp (and preferably in the public
domain...). In particular, I'm looking for functions to perform
numerical integration of differential equations. (Functions to solve a
set of linear equations would be useful as well.) Any suggestions are
welcome.
I guess if nothing is available, we can always attempt to
call an external Fortran function using interlanguage calls...