- 20 Jan, 2016 1 commit
-
-
Liam M. Healy authored
-
- 29 Dec, 2015 1 commit
-
-
Liam M. Healy authored
Fixes #1
-
- 24 Dec, 2015 1 commit
-
-
Liam M. Healy authored
Merge in definitions of 2D histograms.
-
- 06 Dec, 2015 2 commits
-
-
Liam M. Healy authored
Eliminate dependence on Osicat (which doesn't run on Windows) and use UIOP instead, which is already installed by virtue of using ASDF. Use trivial-features and add conditionals for :windows. Based on a patch posted by Mirko Vukovic.
-
Liam M. Healy authored
-
- 05 Oct, 2015 1 commit
-
-
Liam M. Healy authored
-
- 24 Aug, 2015 1 commit
-
-
Liam M. Healy authored
-
- 02 Aug, 2015 1 commit
-
-
Liam M. Healy authored
-
- 02 Jun, 2015 1 commit
-
-
Liam M. Healy authored
-
- 06 Apr, 2015 1 commit
-
-
Liam M. Healy authored
-
- 23 Jan, 2015 1 commit
-
-
Liam M. Healy authored
-
- 22 Jan, 2015 1 commit
-
-
Eugene Zhemchugov authored
Rebind callback dynamic variables upon entry into the callback function. With this fix callbacks can be called recursively.
-
- 27 Dec, 2014 1 commit
-
-
Liam M. Healy authored
-
- 11 Dec, 2014 1 commit
-
-
Liam M. Healy authored
-
- 17 Oct, 2014 1 commit
-
-
Liam M. Healy authored
Arguments 'source and 'destination were swapped in calls to histo(2d)-copy, clone for grid:copy methods, now fixed. Reported by Mirko Vukovic.
-
- 06 Mar, 2014 1 commit
-
-
Liam M. Healy authored
-
- 22 Feb, 2014 1 commit
-
-
Liam M. Healy authored
Add methods/functions for increment, range, max-range, min-range, grid:dimensions. This should complete the needed functions for 2D. It compiles, but nothing is tested.
-
- 18 Feb, 2014 1 commit
-
-
Liam M. Healy authored
Test results no longer assume default values of arguments to copy-to, which can change. This improves the results with fewer execution errors.
-
- 16 Feb, 2014 3 commits
-
-
Liam M. Healy authored
-
Liam M. Healy authored
Definitions for 2D histograms: methods for grid:aref, set-zero, and conversion of max-range to generic function and methods. The max-range definitions require modifications to defmfun for including two GSL function calls in the method. These are untested.
-
Liam M. Healy authored
The definition of defmfun has been expanded to permit NIL as the name of the function, in which case it is created as a lambda.
-
- 10 Feb, 2014 1 commit
-
-
Liam M. Healy authored
-
- 22 Jan, 2014 1 commit
-
-
Liam M. Healy authored
-
- 26 Dec, 2013 1 commit
-
-
git://repo.or.cz/gsllLiam M. Healy authored
-
- 25 Dec, 2013 1 commit
-
-
Liam M. Healy authored
In matrix-product if the transpose flags :transa or :transb are specified as :trans, the matrix-product-dimensions were computed incorrectly because these arguments were not passed in. This is fixed. Reported by Mirko Vukovic.
-
- 10 Dec, 2013 1 commit
-
-
Liam M. Healy authored
-
- 29 Nov, 2013 1 commit
-
-
Liam M. Healy authored
-
- 25 Nov, 2013 1 commit
-
-
Liam M. Healy authored
Move symbol shadowing in antik-user out of GSLL to Antik (physical-dimension).
-
- 04 Oct, 2013 1 commit
-
-
Liam M. Healy authored
Defined two functions, view-range-as-foreign-array and view-bin-as-foreign-array that proved direct foreign-vector view of 1D histograms (shared data memory with the foreign histogram). This maybe be a precursor to some eventual generic "view" function, so the function symbols are not exported yet as the name may change. Also, the defcstruct should be done as a grovel on the C header. However, the functions do work now.
-
- 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.
-