-
- Downloads
Monte Carlo uses direct function callbacks
Direct function callbacks may now be used with GSL structs other than 'gsl-function, and will set the 'dimension slot as well by looking at the arglist of the function sent. This uses an #'arglist borrowed from CLOCC:port. Rewrite make-callbacks based on a hash table rather than a generic function. All the usualy tests pass. SBCL 64: TOTAL: 1259 assertions passed, 5 failed, 0 execution errors. CCL 64: TOTAL: 1260 assertions passed, 4 failed, 0 execution errors.
Showing
- calculus/monte-carlo.lisp 22 additions, 21 deletionscalculus/monte-carlo.lisp
- documentation/index.html 17 additions, 23 deletionsdocumentation/index.html
- init/callback.lisp 52 additions, 72 deletionsinit/callback.lisp
- init/defmfun-single.lisp 2 additions, 2 deletionsinit/defmfun-single.lisp
- init/defmfun.lisp 3 additions, 3 deletionsinit/defmfun.lisp
- init/mobject.lisp 2 additions, 2 deletionsinit/mobject.lisp
Loading
Please register or sign in to comment