Skip to content
  • Liam Healy's avatar
    Define C structures using CFFI-grovel · 8c0e6eb7
    Liam Healy authored
    Almost all GSL structures are now defined using CFFI-grovel, which
    makes the code more robust should there be changes in GSL.  The
    exceptions are complex-float-c, complex-double-c, and
    simulated-annealing-parameters; because these structures are used by
    value, they need to be defined with fsbv:defcstruct at the present.
    8c0e6eb7