File: control

package info (click to toggle)
octave-data-smoothing 1.3.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,165 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
Source: octave-data-smoothing
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
           Rafael Laboissière <rafael@debian.org>,
           Sébastien Villemot <sebastien@debian.org>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave
Standards-Version: 4.5.0
Homepage: https://octave.sourceforge.io/data-smoothing/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-data-smoothing.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-data-smoothing
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-data-smoothing
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: functions to do data smoothing on noisy data
 This package provides functions to do noisy data smoothing in Octave,
 a numerical computation software. It contains functions to calculate
 the divided difference of order d of a vector x (ddmat) and several
 functions to do Tikhonov data manipulation.
 .
 This Octave add-on package is part of the Octave-Forge project.