- 15 Jan, 2009 1 commit
-
-
Liam Healy authored
New directory "mathematical" has complex.lisp and mathematical.lisp; fix complex function log-modulus.
-
- 01 Jan, 2009 1 commit
-
-
Liam Healy authored
Both CLISP and SBCL fail when making arrays of 64 bit integers, despite cffi-features:no-long-long being absent for either. Therefore, conditionalize away these types in *array-element-types* on 32 bit platforms in general, and conditionalize away all the 64 bit tests as well. Separated out integer size check into types.lisp. Restored tests vector-min and vector-max which fail in SBCL for (signed-integer 8) and (signed-integer 16) for unknown reasons. Test results: 64 bit SBCL: TOTAL: 1223 assertions passed, 5 failed, 0 execution errors. 64 bit CCL: TOTAL: 1228 assertions passed, 0 failed, 0 execution errors. 32 bit SBCL: TOTAL: 1069 assertions passed, 31 failed, 0 execution errors. 32 bit CLISP: TOTAL: 1051 assertions passed, 27 failed, 5 execution errors.
-
- 25 Oct, 2008 1 commit
-
-
Liam Healy authored
All remaning tests are now defined with save-test, and the LISP-UNIT:DEFINE-TEST has been eliminated from the definition files, except for arrays.
-
- 25 Jul, 2008 1 commit
-
-
lhealy authored
git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@26 af03a46b-e846-0410-96e5-d5653c316fd0
-
- 18 Feb, 2008 1 commit
-
-
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
-
- 16 Feb, 2008 1 commit
-
-
liam authored
mathematical.lisp to top level and eliminated directory general. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3291 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 21 Jan, 2008 1 commit
-
-
liam authored
warnings are suppressed. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3274 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 30 May, 2006 1 commit
-
-
liam authored
default to :return being the :c-return. Port mathematical to use the new defun-gsl. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3076 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 23 Mar, 2006 2 commits
-
-
liam authored
Make +nan+ etc. constants. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2996 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
general polynomial solver. If on SBCL, generate nans and infinities. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2994 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 19 Mar, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2981 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 17 Mar, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2978 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 15 Mar, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2975 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-