jama 1.0.2-4 source package in Ubuntu

Changelog

jama (1.0.2-4) unstable; urgency=low

  * Added myself to uploaders.
  * Removed dependency on default-jdk. (Closes: #590461)
  * Updated Standards-Version to 3.9.1.
  * Added Vcs-* and Homepage fields.
  * Moved javadoc and examples to a separate package.
    - To get the javadoc, install libjama-java-doc.
  * Registered javadoc with docbase.
  * Changed to 3.0 (quilt) source format.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 10:59:59 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jama_1.0.2.orig.tar.gz 25.5 KiB b0190ea88c2b532d339aba0e253e093aaefc30dc1c1dda98d1ff2ffc45590bfa
jama_1.0.2-4.debian.tar.gz 3.2 KiB 2d3774a684a353e9e343577edf55f3a826681a20c7fd2891234e0254187f3cb2
jama_1.0.2-4.dsc 1.3 KiB a2c206d3c9e0510e8b92ebc5cbb3362a60ad32fb3c1fedcbbd2f1dbb928c080a

Available diffs

View changes file

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

libjama-java-doc: Basic linear algebra library for Java (documentation)

 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
 .
 This package contains the documentation of libjama-java.