Complete #'maref and #'cl-array generic functions
Put maref and cl-array into a new file maref.lisp, each one has three methods (gsl-data, CL array, GSL pointer). The pointer method for maref selects over all possible element types. This compiles but is not tested.
Showing
- data/both.lisp 1 addition, 1 deletiondata/both.lisp
- data/data.lisp 3 additions, 53 deletionsdata/data.lisp
- data/maref.lisp 195 additions, 0 deletionsdata/maref.lisp
- data/vector.lisp 1 addition, 20 deletionsdata/vector.lisp
- gsll.asd 4 additions, 4 deletionsgsll.asd
- histogram/updating-accessing.lisp 2 additions, 2 deletionshistogram/updating-accessing.lisp
- init/element-types.lisp 5 additions, 5 deletionsinit/element-types.lisp
Loading
Please register or sign in to comment