File: control

package info (click to toggle)
octave-optim 1.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,448 kB
  • sloc: cpp: 1,007; makefile: 182; perl: 169; xml: 29; sh: 3
file content (32 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download
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
26
27
28
29
30
31
32
Source: octave-optim
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
           Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               texlive,
               ghostscript,
               octave-struct,
               octave-statistics
Standards-Version: 4.5.1
Homepage: https://octave.sourceforge.io/optim/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-optim.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-optim
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-optim
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Suggests: octave-parallel
Multi-Arch: same
Description: unconstrained non-linear optimization toolkit for Octave
 Unconstrained Non-linear Optimization toolkit for Octave, a numerical
 computation software. Included are functions to do linear least
 square fitting on data points, nonlinear regression using the
 Levenberg-Marquardt algorithm, Prony's method for non-linear exponent
 fitting and many more.
 .
 This Octave add-on package is part of the Octave-Forge project.