- 19 Sep, 2020 2 commits
-
-
Raymond Toy authored
Most if the fixes are due to computing the lengths (and indices) for LENSAV. Apparently the lengths should be log2(N) instead of log(N). But the fix for c1fm1f.f fixes a genuine bug in the complex fft which caused wrong results for non-power of 2 FFT sizes. Also fixed a couple of typos and incorrect return ier codes.
-
Raymond Toy authored
-
- 18 Sep, 2020 9 commits
-
-
Raymond Toy authored
This adds the asd file and the simple test program, based on the single-precision version, but updated to compile and test the double-precision version.
-
Raymond Toy authored
-
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 1 commit
-
-
Raymond Toy authored
-
- 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.
-
- 11 Dec, 2017 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 May, 2017 1 commit
-
-
Raymond Toy authored
-
- 19 May, 2017 1 commit
-
-
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 1 commit
-
-
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.
-
- 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 1 commit
-
-
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.
-
- 14 Nov, 2013 1 commit
-
-
Raymond Toy authored
-
- 13 Nov, 2013 1 commit
-
-
Raymond Toy authored
given strings.
-
- 02 Oct, 2013 1 commit
-
-
Raymond Toy authored
-
- 15 Sep, 2013 1 commit
-
-
Raymond Toy authored
-
- 01 Apr, 2013 1 commit
-
-
Raymond Toy authored
package.
-
- 04 Dec, 2011 1 commit
-
-
Raymond Toy authored
-
- 03 Dec, 2011 2 commits
-
-
Raymond Toy authored
blas-real.asd: blas-complex.asd: o New asd for real and complex parts of blas. blas-package.asd: o Update lapack.asd: o Load f2cl
-
Raymond Toy authored
lapack.asd: o Define test system lapack-tests.lisp: o Add test infrastructure o Add deftest for dgeev
-
- 01 Dec, 2011 1 commit
-
-
Raymond Toy authored
-