Skip to content
  • Liam Healy's avatar
    Complete #'maref and #'cl-array generic functions · 60551931
    Liam Healy authored
    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.
    60551931