In documentation for lreduce and rreduce, supply second argument as an explicit list
[maxima.git] / src / numerical / slatec / README
blob0ad85ff737b4a8e8f2185a38d70d61c9d2ccb27c
1 -*- Mode: text -*-
3 Numerical routines for use with Maxima.
5 These are routines converted from the original Fortran code from the
6 SLATEC library to Lisp via f2cl.  The Fortran code is stored in the
7 fortran directory.  (Some of the code may have been slightly modified
8 from the original code obtained from www.netlib.org, but the original
9 versions are stored in CVS.)
11 Here is a simple script used to convert the Fortran code from the
12 SLATEC library to Lisp.
14 To build the Lisp files, use numerical/slatec/slatec.system to do
15 that.  It contains the necessary options and rules to convert the
16 SLATEC Fortran files to Lisp.
18 Also, the converted files were done using CMUCL.  If some other Lisp
19 is used, the formatting of the files may be totally different.