-
- Downloads
New function #'make-foreign-array-from-gsl-pointer untested
New function #'make-foreign-array-from-gsl-pointer allows construction of a foreign-array with the appropriate metadata when given the mpointer. It has not been tested. Its main use will be in GSL routines that create their own GSL vector (or matrix); previously those were copied from the pointer, now they are just wrapped with the appropriate GSLL object. File renamed to "foreign-array.lisp" from "marray.lisp".
Showing
- data/foreign-array.lisp 38 additions, 13 deletionsdata/foreign-array.lisp
- solve-minimize-fit/minimization-multi.lisp 4 additions, 4 deletionssolve-minimize-fit/minimization-multi.lisp
- solve-minimize-fit/nonlinear-least-squares.lisp 4 additions, 4 deletionssolve-minimize-fit/nonlinear-least-squares.lisp
- solve-minimize-fit/roots-multi.lisp 7 additions, 7 deletionssolve-minimize-fit/roots-multi.lisp
Loading
Please register or sign in to comment