;;;; -*- Scheme -*- ((synopsis "Bindings for the Radial Basis Function interpolation routines by John Burkardt.") (license "GPL-3") (category math) (test-dependencies test srfi-1) (author "Ivan Raikov") (component-options (csc-options "-c++")) (components (c-object r8lib (source "r8lib.cpp")) (c-object rbf_interp_nd (source "rbf_interp_nd.cpp")) (extension rbf (objects r8lib rbf_interp_nd))) )