At Fri, 30 May 2008 09:56:47 +0000 (GMT),
mattia tomasoni wrote:
> I am successfully running an example program that allocates a spline
> object with gsl_spline_alloc() and then evaluetes it at a certain x
> position.  What I would like to be able to do now, though, is to get
> the coefficients of the spline function: I need a mathematical
> definition of the resulting spline (not just some values evaluated
> between the known points that I give in input.)

There is no standard way to do that I'm afraid, you would have to look
at the source for the specific type of spline that you are using.

-- 
Brian Gough


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to