File: control

package info (click to toggle)
libmath-amoeba-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 183; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: libmath-amoeba-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-amoeba-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-amoeba-perl.git
Homepage: https://metacpan.org/release/Math-Amoeba
Rules-Requires-Root: no

Package: libmath-amoeba-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: 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.