- 07 May, 2013 2 commits
-
-
-
Liam M. Healy authored
-
- 28 Apr, 2013 1 commit
-
-
Liam M. Healy authored
Updated documentation: eliminate reference FSBV, new mailing list information since common-lisp.net changed mailing list managers.
-
- 05 Mar, 2013 1 commit
-
-
Liam M. Healy authored
-
- 02 Mar, 2013 1 commit
-
-
Liam M. Healy authored
-
- 02 Jan, 2013 1 commit
-
-
Liam M. Healy authored
-
- 31 Dec, 2012 1 commit
-
-
Liam M. Healy authored
-
- 18 Nov, 2012 1 commit
-
-
Liam M. Healy authored
Previously, the funcallable form made by #'make-funcallable-form (for e.g. ODE solvers) when scalarsp=T involved substituting the symbols 'dim0 and 'dim1, but when scalarsp=NIL, would not do the substitution. This caused an error when those unevaluated and unbound symbols appeared in the lambda. By altering #'faify-form with an additional 'dimension-values argument and calling (value-from-dimensions argspec dimension-values) instead of (parse-callback-argspec argspec 'dimensions), this problem is fixed.
-
- 19 Feb, 2012 1 commit
-
-
Liam M. Healy authored
-
- 13 Jan, 2012 1 commit
-
-
Liam M. Healy authored
-
- 03 Jan, 2012 1 commit
-
-
Liam M. Healy authored
Arguments simplified in sort-smallest-index, sort-largest-index; output array is optional and may be specified by size. Docstrings made accurate. Previous versions selected only the first n part of the unsorted array. Other functions in this file could benefit from similar changes, but the changes have not been made because of the existence of tests.
-
- 25 Nov, 2011 1 commit
-
-
Liam M. Healy authored
-
- 30 Oct, 2011 2 commits
-
-
Liam M. Healy authored
-
Liam M. Healy authored
Specify the foreign structures with CFFI's new syntax, (:struct foo), and fix #'creturn-st so that it will not take :struct (or any other keyword) as a return variable name. GSLL now compiles and loads without error or warning, but it has not been tested.
-
- 29 Oct, 2011 1 commit
-
-
Liam M. Healy authored
Fix sf-result and sf-result-e10 translation methods, and use in complex-with-error and values-with-errors. Some usage in gamma.lisp updated, but there will be a need to replace sf-result with (:struct sf-result) in all declarations for many special functions. I removed ffexpand and everything it depended on because there is no reason to make a side defcfun for call-by-value functions, and if FSBV is missing CFFI already emits an error. All usage of fsbv:object and any thing from the FSBV package is now gone.
-
- 24 Oct, 2011 3 commits
-
-
Liam M. Healy authored
Eliminate fsbv:object for built-in types; started conversion of special function result (sf-result*) structures but this requires a modification to CFFI. Simulated annealing structure called by value. Use cffi-fsbv's sizet definition; this imposes a dependence on that system. No compilation attempted yet.
-
Liam M. Healy authored
-
Liam M. Healy authored
Conflicts: init/funcallable.lisp linear-algebra/blas2.lisp linear-algebra/blas3.lisp solve-minimize-fit/linear-least-squares.lisp special-functions/coulomb.lisp
-
- 18 Oct, 2011 1 commit
-
-
Liam M. Healy authored
-
- 28 Sep, 2011 1 commit
-
-
Liam M. Healy authored
-
- 12 Sep, 2011 1 commit
-
-
Liam M. Healy authored
Define methods for existing generic functions for histogram: grid:dimensions (replacing #'bins), set-zero (replacing #'reset). Also, add a comment that the functions for 2D histogram have not been defined as a "to be done" reminder.
-
- 26 Aug, 2011 2 commits
-
-
Liam M. Healy authored
-
Liam M. Healy authored
Apparently asdf-system-connections requires must be loaded _before_ the system is loaded; trying to make it a dependent system seems to cause it to drop the main system directory name in the path. To make this load on quicklisp, put an explicit load of asdf-system-connections in the asd file.
-
- 23 Aug, 2011 1 commit
-
-
Liam M. Healy authored
-
- 20 Aug, 2011 3 commits
-
-
git://repo.or.cz/gsllsoemraws authored
-
Liam M. Healy authored
CCL gets a conflict between the type antik:acceleration and the class gsll:acceleration, so remove the symbol from the shadowing list of GSLL and add it to antik::*antik-user-shadow-symbols*.
-
soemraws authored
-
- 19 Aug, 2011 3 commits
-
-
Liam M. Healy authored
-
Liam M. Healy authored
-
Liam M. Healy authored
-
- 17 Aug, 2011 3 commits
-
-
Liam M. Healy authored
-
Liam M. Healy authored
-
Liam M. Healy authored
Conflicts: gsll.asd ordinary-differential-equations/ode-system.lisp random/dirichlet.lisp
-
- 10 Aug, 2011 1 commit
-
-
Liam M. Healy authored
-
- 29 Jul, 2011 2 commits
-
-
Liam M. Healy authored
For the Dirichlet PDF functions, the vector length should be K, the first argument, not K-1. Reported by Nils Bertschinger. Conflicts: random/dirichlet.lisp
-
Liam M. Healy authored
For the Dirichlet PDF functions, the vector length should be K, the first argument, not K-1. Reported by Nils Bertschinger.
-
- 26 May, 2011 1 commit
-
-
Liam M. Healy authored
-
- 04 May, 2011 1 commit
-
-
Liam M. Healy authored
-
- 23 Apr, 2011 1 commit
-
-
Liam M. Healy authored
-
- 08 Apr, 2011 1 commit
-
-
Liam M. Healy authored
-