- Feb 06, 2008
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3284 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Feb 04, 2008
-
-
liam authored
objects for histogram. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3283 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Feb 03, 2008
-
-
liam authored
#'set-asf); minor bug fixes. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3282 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
Replaces with-gsl-object and allows the lambda list to be something other than the concatenation of the allocation and setting lambda lists. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3279 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 27, 2008
-
-
liam authored
anything. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3275 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 28, 2007
-
-
liam authored
polynomial-solve-ws after polynomial-solve. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3177 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jul 08, 2006
-
-
liam authored
:pointer is automatically checked with a generic error message; otherwise, the return is checked if null-pointer-info is bound. Adaptive integration method #'integration-QAG finished and works. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3112 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jun 14, 2006
-
-
liam authored
workable if not completely done (divided differences compiles but not tested). git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3094 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jun 12, 2006
-
-
liam authored
test function fp-sequence. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3091 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jun 08, 2006
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3090 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3089 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- May 30, 2006
-
-
liam authored
data up; port data.lisp to new defun-gsl, untested. Start to port polynomial but it depends on data. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3077 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Apr 29, 2006
-
-
liam authored
argument, like :method argument. The arguments to the GSL function can be mapped arbitrarily, and different pieces like the size of a vector (with new function #'dim0) or the pointer #'gsl-array can be put in the correct place in the arglist explicitly. Thus I can simplify #'splice-arguments and eliminate the hackish automatic insertion of the vector dimension after (or maybe before) when declared (:double *). Ported all half-dozen or so uses to the new form. Add :after cl-invalidate where needed. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3054 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
-
- Apr 21, 2006
-
-
liam authored
(defun-gsl polynomial-solve-ws ((coefficients (:double n)) (workspace poly-complex-workspace)) "gsl_poly_complex_solve" :return ((gsl-complex (1- n)))) expands to (DEFUNX-MAP POLYNOMIAL-SOLVE-WS "gsl_poly_complex_solve" (COEFFICIENTS WORKSPACE) (LET ((N (FIRST (STORAGE-SIZE COEFFICIENTS)))) (WITH-FOREIGN-OBJECTS ((#:RET4113 'GSL-COMPLEX (1- N))) ... ))) This currently works only for a vector; no accomodation is made for matrices. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3043 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Apr 20, 2006
-
-
liam authored
certain functions are not available. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3042 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Apr 19, 2006
-
-
liam authored
handled as a gsl-data objects, then pulled apart for the C function call. CL function can return function argument with :return-input argument to defun-gsl. Allow mode to be positioned anywhere. Now bessel-sequence-Jnu compiles, tested new form of polynomial-eval. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3041 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Mar 26, 2006
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3002 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3001 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
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 23, 2006
-
-
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@2995 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
-
- Mar 22, 2006
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2993 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
map symbols that are hand-rolled (not going through defun-sf). git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2992 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
roots, not a GSL error code. Add another argument :return-code to defun-sf to handle the number of return values properly. Break out #'check-gsl-status from #'defun-sf. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2991 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@2990 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-