Paketname | libmath-derivative-perl |
Beschreibung | Numeric 1st and 2nd order differentiation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.01-5 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 24 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 6366 Byte |
Prüfsumme MD5 | e9d3bd8d5e102e92fe3e3500c9ad93d8 |
Prüfsumme SHA1 | c5b1fea42791c27b7242ae647ad9e824810935bd |
Prüfsumme SHA256 | 28ccda7edaf8956f2e77eb37ee6753a28aab8067651c8f551ad2d1a3795f820f |
Link zum Herunterladen | libmath-derivative-perl_0.01-5_all.deb |
Ausführliche Beschreibung | This Perl package exports functions for performing numerical first
and second order differentiation on data. The functions take
references to two arrays containing the x and y ordinates of the data
and return an array of the 1st or 2nd derivative at the given x
ordinates. The 2nd derivative may optionally be given values to use
for the first derivative at the start and end points of the data -
otherwise 'natural' values are used.
|