Skip to content
  • Liam Healy's avatar
    New function #'make-foreign-array-from-gsl-pointer untested · 78b25a17
    Liam Healy authored
    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".
    78b25a17