1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libmath-spline-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libmath-derivative-perl,
perl
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Math-Spline/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-spline-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-spline-perl.git
Package: libmath-spline-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmath-derivative-perl
Description: module providing cubic spline interpolation of data
Math::Spline provides cubic spline interpolation of numeric data. The
data is passed as references to two arrays containing the x and y
ordinates. It may be used as an exporter of the numerical functions
or, more easily as a class module.
|