libmath-amoeba-perl 0.05-2 source package in Ubuntu

Changelog

libmath-amoeba-perl (0.05-2) unstable; urgency=medium

  * Source-only upload for migration to testing (no changes).

 -- Roland Mas <email address hidden>  Tue, 03 Jan 2023 20:26:40 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-amoeba-perl_0.05-2.dsc 2.1 KiB 0dcb945a0c4c15934052114b5098b9644fe0b06d0c31ab11d0f2a9d52edc9f29
libmath-amoeba-perl_0.05.orig.tar.gz 5.2 KiB b862cfd4dc6cb584cc2c84ed47661d8e4777ad6b6032d97d9b395ca5abb6ef15
libmath-amoeba-perl_0.05-2.debian.tar.xz 1.6 KiB a52a69685161ad1ad6ff656b11b2e78d61839931dcdd9ae73aaeda18c9d517b0

No changes file available.

Binary packages built by this source

libmath-amoeba-perl: Numerical optimization by Downhill Simplex method

 This is an implementation of the Downhill Simpex Method in Multidimensions
 (Nelder and Mead) for finding the (local) minimum of a function. Doing this
 in Perl makes it easy for that function to actually be the output of another
 program such as a simulator.
 .
 Arrays and the function are passed by reference to the routines.