Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5420
Added Files:
module-loaded-pm.info math-matrixreal-pm.info
math-interpolate-pm.info
Log Message:
to 10.7
--- NEW FILE: math-interpolate-pm.info ---
Package: math-interpolate-pm
Version: 1.05
Revision: 1
Description: Find element index in a sorted list
License: Artistic
Homepage: http://search.cpan.org/dist/Math-Interpolate/
Maintainer: Blair Zajac <[email protected]>
# Unpack Phase.
Source: mirror:cpan:authors/id/B/BZ/BZAJAC/Math-Interpolate-%v.tar.gz
Source-MD5: 1826c6c24b75a2a27964c3dac198adac
# Compile Phase.
Type: perl
# Install Phase.
UpdatePOD: true
DocFiles: CHANGES MANIFEST README
# Documentation.
DescDetail: <<
This package contains two Perl modules, Math::IntervalSearch and
Math::Interpolate, where Math::Interpolate uses Math::IntervalSearch.
These modules contains several useful routines for interpolating data
sets and finding where a given value lies in a sorted list.
The first is a subroutine used to locate a position in an array of values
where a given value would fit using bisection. It has been designed
to be efficient in the common situation that it is called repeatedly.
The user can supply a different set of comparison operators to replace
the standard < and <=. For example, given a list (1, 2, 5, 8, 15)
and the number 9.5 it would return 3.
The remaining routines all are related to interpolating sets of (x, y)
data pairs. They all take a list of (x, y) data pairs given another
x value, return a sensible y value using the list of (x, y) data pairs.
Three different interpolating functions are provided. The first, called a
constant interpolator, assumes that the function being interpolated moves
in non-linear jumps from one value to another. The interpolated value
for some value x is the y value of the neighboring (x, y) to the left of
the given x. The second interpolator performs a linear interpolation
between the neighboring points. The third interpolator is called the
robust interpolator and interpolates a smooth curve between all of
the (x, y) pairs. To do the interpolation, it first calculates some
reasonable derivatives at the (x, y) pairs. If you have measured your
own derivative information, you can supply it to the robust interpolator
and it will use it.
<<
--- NEW FILE: math-matrixreal-pm.info ---
Package: math-matrixreal-pm
Version: 2.05
Revision: 1
Source:
http://search.cpan.org/CPAN/authors/id/L/LE/LETO/Math-MatrixReal-%v.tar.gz
Source-MD5: 67f23122424830b5eea044f987b892b9
Type: perl
DocFiles: CHANGES CREDITS README
UpdatePOD: true
Description: Real-number matrix operations and overloading
Homepage: http://search.cpan.org/dist/Math-MatrixReal
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
--- NEW FILE: module-loaded-pm.info ---
Package: module-loaded-pm
Version: 0.06
Revision: 1
Source: mirror:cpan:authors/id/B/BI/BINGOS/Module-Loaded-%v.tar.gz
Source-MD5: 0a0bb1915828b73bb07f9b5239c5b976
Type: perl
UpdatePOD: true
DocFiles: CHANGES README
Description: Runtime marking of module load status
DescDetail: <<
When testing applications, often you find yourself needing to provide
functionality in your test environment that would usually be provided
by external modules. Rather than munging the %INC by hand to mark
these external modules as loaded, so they are not attempted to be
loaded by perl, this module offers you a very simple way to mark
modules as loaded and unloaded.
<<
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/Module-Loaded/
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs