jama 1.0.3-2 source package in Ubuntu

Changelog

jama (1.0.3-2) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * Build with the DH sequencer instead of CDBS
  * Removed the -java-doc package
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13
  * Use a secure watch URI

  [ Markus Koschany ]
  * Moved the package to Git

 -- Emmanuel Bourg <email address hidden>  Tue, 19 Jan 2021 11:59:45 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jama_1.0.3-2.dsc 1.9 KiB c7d4baff6e43302fc1cf60db028552cda38aad8bcd40d769041f640115b14753
jama_1.0.3.orig.tar.gz 26.2 KiB 74db4e4cbec4809968378fe030c839135ff98c65153c27daf9422705e00cf806
jama_1.0.3-2.debian.tar.xz 3.8 KiB d99d98a1ecdd915effe555d666e9b8b770c17d8555e6b793860f5e6d35b8fd10

Available diffs

No changes file available.

Binary packages built by this source

libjama-java: Basic linear algebra library for Java

 Provides fundamental operations of numerical linear algebra. The package
 provides five matrix decompositions. These decompositions are accessed by
 the Matrix class to compute solutions of simultaneous linear equations,
 determinants, inverses and other matrix functions.
 .
 The five decompositions are:
  * Cholesky Decomposition of symmetric, positive definite matrices
  * LU Decomposition (Gaussian elimination) of rectangular matrices
  * QR Decomposition of rectangular matrices
  * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
  * Singular Value Decomposition of rectangular matrices