- Jan 21, 2008
-
-
liam authored
def-scalar-function -> def-single-function defun-scalar -> defun-single git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3271 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
#'def-scalar-function into two macros, #'defmcallback and #'defcbstruct, which are in turn used in other macros #'def-solver-functions, #'def-minimization-functions, and #'def-ode-functions. Minor bug fixes. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3270 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 20, 2008
-
-
liam authored
the C function. This probably doesn't do much as it is; it could be expanded to declare other types and/or do a check-type. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3269 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 19, 2008
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3268 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
-
- Jan 16, 2008
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3266 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
'success returns the GSL_SUCCESS code, required for many callback definitions. Introduced macros vref and mref (setfable) to get components of GSL vector doubles and matrix doubles directly from the pointers. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3265 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 14, 2008
-
-
liam authored
make-data-from-pointer, gsl-array-p, generalize def-scalar-function. Derivative-free solution works. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3263 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3262 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 13, 2008
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3261 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 09, 2008
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3260 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 08, 2008
-
-
liam authored
methods, but the derivative-based methods fail. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3259 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 06, 2008
-
-
liam authored
application to Monte Carlo, simulated annealing, ordinary differential equations. Simulated annealing still does not work. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3258 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Dec 30, 2007
-
-
liam authored
associated macros. This places them in the gsl-function structure. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3257 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Dec 17, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3256 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Dec 09, 2007
-
-
liam authored
counterpart, and implement Hankel transforms. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3254 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Nov 27, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3250 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Nov 22, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3249 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Nov 18, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3245 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Nov 13, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3244 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Nov 11, 2007
-
-
liam authored
variables in the library. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3243 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Oct 19, 2007
-
-
liam authored
doubles themselves passed to #'apply-evolution. Interface could use work, at least a helper macro. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3238 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Oct 17, 2007
-
-
liam authored
functions can be used. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3237 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Oct 08, 2007
-
-
liam authored
into ones that are actual class names. SBCL does not care, but CLISP does. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3236 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Oct 01, 2007
-
-
liam authored
Allocating stepper causes memory fault. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3234 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Sep 30, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3233 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Sep 25, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3230 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
ordinary-differential-equations. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3229 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3228 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 12, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3210 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Mar 05, 2007
-
-
liam authored
sorting still not resolved. Created a home page. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3189 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Feb 20, 2007
-
-
liam authored
Add #'generator method. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3184 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Feb 11, 2007
-
-
liam authored
callback function for integration exists, so that both single-variable and multiple-variable (Monte Carlo) numerical integration can be performed. Changed the name of the second slot of cffi:defcstruct to 'parameters for consistency. It is necessary to use the new macro in numerical-integration so that the callback is guaranteed to exist when the C integration function is called. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3183 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
(numerical-integration) and multiple-argument functions (monte-carlo). git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3182 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Feb 05, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3181 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 29, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3178 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
-
- Jan 02, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3165 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- Jan 01, 2007
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3164 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-