- Dec 27, 2008
-
-
Liam Healy authored
Fixes to some definitions lognormal, discrete: use #'mpointer lu: new syntax for making array quasi: order of arguments fixed in make-quasi-random-number-generator sorting: syntax to make combination All tests have been regenerated because syntax for arrays etc. has changed. Visually inspected that results match previous check in.
-
- Dec 22, 2008
-
-
Liam Healy authored
Merged in minor changes from master.
-
- Nov 16, 2008
-
-
Liam Healy authored
By incorporating a few definitions modified from Tamas Papp's FFA directly into GSLL, there is no dependence anymore on FFA separately. With the conversion of a few definitions, the dependency on iterate has therefore been eliminated also. This compiles without errors or warnings on SBCL.
-
- Oct 14, 2008
-
-
Liam Healy authored
New macro #'save-tests will put list of tests onto *all-generated-tests*. The corresponding lisp-unit test can be generated with #'create-test. The macro #'generate-all-array-tests now uses #'save-tests, so all tests defined that way will be put onto the lists. All tests can be written to a file with #'write-tests-to-file, but this writes to a single file and I think I will want to write each test to a separate file so that it is easier to replace or augment one test without touching the others. Two sections, Airy and Clausen, use these definitions.
-
- Jul 25, 2008
-
-
lhealy authored
data objects. This works for two different kinds of vectors using #'set-all. git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/branches/ffa@52 af03a46b-e846-0410-96e5-d5653c316fd0
-
lhealy authored
in one place, in *type-names* for the types and in *data-class-name* for data classes, populated by #'add-data-class. Both defdata and defmfun-all use the table and so mapping between various names is consistent. The data class names are now different, *-double-float and *-single-float replaces *-double and *-single. The regression tests give the same results as before. git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@34 af03a46b-e846-0410-96e5-d5653c316fd0
-
lhealy authored
git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@26 af03a46b-e846-0410-96e5-d5653c316fd0
-
lhealy authored
git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@25 af03a46b-e846-0410-96e5-d5653c316fd0
-
- Feb 18, 2008
-
-
liam authored
Rename defun-gsl, defvariable. Clean up markup and header files. :size to size make-tests and assert-numerical-equal git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3295 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Feb 17, 2008
-
-
liam authored
to size; make-tests and assert-numerical-equal. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3294 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 21, 2008
-
-
liam authored
warnings are suppressed. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3274 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 17, 2008
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3267 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Sep 16, 2007
-
-
liam authored
ordinary-differential-equations (started). Change *-to-cl from functions into macros, eliminate obsolete definitions. Update descriptions. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3226 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Apr 22, 2006
-
-
liam authored
definitions. Added unit (regression) test from http://www.cs.northwestern.edu/academics/courses/325/readings/lisp-unit.html and defined my own floating-point comparison using 12 digits of the printed representation. Uncommented #'polynomial-solve-ws as it should compile correctly even though it's not terribly useful as-is. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3044 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Mar 26, 2006
-
-
liam authored
this feature in polynomial.lisp. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3000 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Mar 24, 2006
-
-
http://www.cliki.net/cffi-unixliam authored
Unix's size_t with :size (instead of :uint, which isn't always right). git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2997 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Mar 15, 2006
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2975 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-