|
From: | Michael Ng |
Subject: | [Bug-gsl] interpolation function |
Date: | Fri, 27 Mar 2009 00:25:28 +0000 |
User-agent: | Mozilla Thunderbird 1.0.6 (X11/20050715) |
Dear gurus,I am using the following function to get interpolation points in a 3D surface. I am doing it for the sake of finding the intersection line between two surfaces:
gsl_spline_eval(spline, x, acc);Unfortunately, the abave line failed to work when the data 'x' is a constant, since it is from a flat surface. I understand that x has to be in ascending order, but I hope to find a quick fix when x is a constant... Thanks for your valuable advices.
-- Regards, Michael Ng
[Prev in Thread] | Current Thread | [Next in Thread] |