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-linear-algebra
Section: math
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-sequence-octave,
python3-minimal <!nodoc>,
qt6-documentation-tools <!nodoc>
Standards-Version: 4.7.3
Homepage: https://gnu-octave.github.io/packages/linear-algebra/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-linear-algebra.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-linear-algebra
Testsuite: autopkgtest-pkg-octave
Package: octave-linear-algebra
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Description: additional linear-algebra functions for Octave
This package provides additional functions to work on linear algebra
code in Octave, a numerical computation software. This package
includies general singular value methods to factorize a matrix
(bicg), function to calculate the condition numbers of eigenvalues of
a matrix (condeig), a matrix equivalent of the Octave function name
(funm) and trigonometric/hyperbolic functions for square matrixes.
.
This Octave add-on package is part of the Octave-Forge project.
|