Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    8c0e6eb7
    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
    History
    Define C structures using CFFI-grovel
    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.