Call GSL functions with complex scalars
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.
Please register or sign in to comment