--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: ITP: libmath-interpolator-perl -- interpolate between lazily-evaluated points
- From: Steffen Möller <steffen_moeller@gmx.de>
- Date: Tue, 16 Feb 2010 15:48:04 +0100
- Message-id: <20100216144804.5113.24306.reportbug@Toshiba.siemens>
Package: wnpp
Severity: wishlist
Owner: "Steffen Möller" <steffen_moeller@gmx.de>
* Package name : libmath-interpolator-perl
Version : 0.0.3
Upstream Author : Andrew Main (Zefram) <zefram@fysh.org>
* URL : http://search.cpan.org/dist/Math-Interpolator/
* License : GPL or Artistic
Programming Lang: Perl
Description : interpolate between lazily-evaluated points
This class supports interpolation of a curve between known points, known as
"knots", with the knots being lazily evaluated. An object of this type
represents a set of knots on a one-dimensional curve, the knots possibly not
being predetermined. The methods implemented in this class extract knots,
forcing evaluation as required. Subclasses implement interpolation by various
algorithms.
.
This code is neutral as to numeric type. The coordinate values used in
interpolation may be native Perl numbers, Math::BigRat objects, or possibly
other types. Mixing types within a single interpolation is not recommended.
--- End Message ---