- 18 Sep, 2020 7 commits
-
-
Raymond Toy authored
Check that the length of the array is consistent with the given n (fft length). This isn't perfect. Real FFTs of size 4 and 5 both produce transformed arrays of length 3, and there's no way to tell which is correct.
-
Raymond Toy authored
The test also picked up an error in convert-inverse-rfft where it wasn't handling FFTs of even length.
-
Raymond Toy authored
-
Raymond Toy authored
Reorder the functions too so the rfft and inverse-rfft are together and the support routines come before.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- 16 Sep, 2020 2 commits
-
-
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 11 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
-
Raymond Toy authored
Remove the files that aren't needed for dlsode. At least they're not needed to run the demo for lsode.
-
- 28 Jan, 2017 2 commits
-
-
Raymond Toy authored
Define odepack-lsode system that includes just the files needed to compile the demo for lsode. Updated the system for odedemo-lsode to depend on odepack-lsode, of course. Things compile and run. No guarantee that I didn't miss anything, though.
-
Raymond Toy authored
-