- 17 Sep, 2020 5 commits
-
-
Raymond Toy authored
Put everything in the FFTPACK51 package. Define a simpler interface for computing the real FFT. And provide a function for converting the output of rfft1f to a more obvious complex result. This also removes some of the inconsistent, non-obvious, scaling done in rfft1f.
-
Raymond Toy authored
-
Raymond Toy authored
Instead of just commenting out the files, use #+bad-array-types to make it clearer why the files aren't included.
-
Raymond Toy authored
These files generally won't work because arrays are of different types. I think they're work arrays which are of type REAL being passed to routines that declare them to be COMPLEX or REAL*8 arrays. Can't do that in lisp.
-
Raymond Toy authored
Kept doing a clean build to fix all the warnings about generating calls to unknown functions.
-
- 16 Sep, 2020 7 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Copy the license from https://www2.cisl.ucar.edu/resources/legacy/fft5/license
-
Raymond Toy authored
Obtained from https://www2.cisl.ucar.edu/resources/legacy/fft5/download Initial checkin; nothing modified. Added a first stab at an asdf file for fftpack51.
-
Raymond Toy authored
-
Raymond Toy authored
Since it's the generic name, atan2 can take any float type as args. Make it so. Also rename the args to better reflect what the args actually represent.
-
- 28 Jul, 2020 2 commits
-
-
Raymond Toy authored
This was using an undefined variable VAL. But based on the other functions VAL is probably supposed to be NAL.
-
Raymond Toy authored
Added as is; code is untouched.
-
- 18 Dec, 2018 6 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
So we can see on the web a reasonably nice representation of the notes.
-
Raymond Toy authored
-
Raymond Toy authored
Clean up section headings and other text.
-
Raymond Toy authored
-
Raymond Toy authored
-
- 22 Nov, 2018 1 commit
-
-
Raymond Toy authored
-
- 15 Dec, 2017 1 commit
-
-
Raymond Toy authored
Fix build issues reported by Quicklisp See merge request !4
-
- 11 Dec, 2017 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 May, 2017 1 commit
-
-
Raymond Toy authored
-
- 19 May, 2017 2 commits
-
-
Raymond Toy authored
Cleanup asdf for minpack and odepack See merge request !3
-
Raymond Toy authored
asdf2 complains about the system names and suggests correct names. Make it so. Also update the dependencies based on what f2cl what routines are called by each subroutine.
-
- 30 Mar, 2017 2 commits
-
-
Raymond Toy authored
Make F2CL work on ASDF 3.0 to 3.2 Closes #1 See merge request !2
-
Francois-Rene Rideau authored
Work around a bug in ASDF versions earlier than 3.3, whereby you can't usefully override the :initform (or :default-initargs) for slots defined by the class SYSTEM. Also, separate f2cl-asdf into its own system.
-
- 29 Mar, 2017 1 commit
-
-
Raymond Toy authored
Make it build with ASDF 3.3 See merge request !1
-
- 27 Mar, 2017 1 commit
-
-
Francois-Rene Rideau authored
Clean up the ASDF support, with compatibility back to ASDF 3.0. This is necessary to work with ASDF 3.3. There are still test failures, but they do not seem to be build-related.
-
- 29 Jan, 2017 10 commits
-
-
Raymond Toy authored
* Refactor systems as was done for mk:defsystem files * Update paths to the fortran files that were moved to their own directory.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
* Add odepack-package system and update dependencies * Remove package module from most systems since odepack-package defines it. * Indent code nicely.
-
Raymond Toy authored
The three demos for lsode, lsoda, and lsodar compile and run.
-
Raymond Toy authored
Demo runs.
-
Raymond Toy authored
-
Raymond Toy authored
The common routines in odepack-lsode and odepack-lsoda are factored out into a new odepack-blas-util system. This system consists of the BLAS routines and some SLATEC utility routines used by both systems.
-
Raymond Toy authored
Make the deme depend on this ssytems instead of odepack. Demo runs.
-
Raymond Toy authored
-