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
|
Source: octave-general
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 (>= 1.2.3),
dh-sequence-octave,
nettle-dev,
pkg-config
Standards-Version: 4.6.2
Homepage: https://gnu-octave.github.io/packages/general/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-general.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-general
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no
Package: octave-general
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Multi-Arch: same
Description: provide extra general functions for Octave
This package provides additional general functions for Octave, a
numerical computation software. It contains functions to transpose
complex matrixes (ctranspose), check if a string is sorted
(issorted), take the non-conjugate transpose of a matrix (transpose),
and a function to generate a symmetric matrix from the lower
triangular elements of a vector (unvech), among others.
.
This Octave add-on package is part of the Octave-Forge project.
|