Skip to content
Snippets Groups Projects
Commit 1ab6ee5a authored by liam's avatar liam
Browse files

Allow arbitrary CL function arglist in defun-gsl with :function

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
parent 54974c51
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment