Skip to content
  • Liam Healy's avatar
    Call GSL functions with complex scalars · 0ca58836
    Liam Healy authored
    With improved fsbv:foreign-funcall that does the conversion of values
    between Lisp and C, the function foreign-funcall-indirect has been
    eliminated in favor of using fsbv:foreign-funcall directly.  Spot
    checks on various functions that use complex scalars like #'evaluate
    polynomials at a complex point, or set-all on complex marrays, or the
    functions in complex.lisp, show that these all work.  Everything
    compiles/loads and the usual tests pass in SBCL.
    0ca58836