From 9c04bbb7b6383302ea3d767ed5ff996f06bf49a9 Mon Sep 17 00:00:00 2001 From: liam <liam@a3d8a0fb-c1db-0310-ace7-a616afeb9e30> Date: Thu, 8 Jun 2006 02:47:52 +0000 Subject: [PATCH] Port to new defun-gsl mostly done, need to finish divided differences. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3090 a3d8a0fb-c1db-0310-ace7-a616afeb9e30 --- polynomial.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polynomial.lisp b/polynomial.lisp index b122708b..c3c59363 100644 --- a/polynomial.lisp +++ b/polynomial.lisp @@ -3,7 +3,7 @@ ; description: Polynomials ; date: Tue Mar 21 2006 - 18:33 ; author: Liam M. Healy -; modified: Wed Jun 7 2006 - 22:28 +; modified: Wed Jun 7 2006 - 22:47 ;******************************************************** ;;; $Id: $ @@ -67,6 +67,7 @@ "Evaluate the polynomial stored in divided-difference form in the arrays @var{dd} and @var{xa} at the point @var{x}.") +#+development (defun-gsl taylor-divided-difference (coefs dd xp workspace) "gsl_poly_dd_taylor" (((gsl-array coefs) :pointer) -- GitLab