Hi,
I have a problem with PDL::GSL::INTERP.
use strict;
use warnings;
use PDL;
use PDL::GSL::INTERP;
my $x = sequence(10);
my $y = $x**2;
my $spl = PDL::GSL::INTERP->init( 'cspline', $x, $y );
print $spl->eval( -1, {Extrapolate=>1} ), "\n";
This code gives me this error:
gsl: interp.c:150: ERROR: interpolation error
Default GSL error handler invoked.
Aborted
PDL v2.4.6 + GSL v1.12 works but PDL v2.4.7_001 + GSL v1.15dfsg-1 does not.
--
Best,
InSuk Joung
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl