Source: jama Section: java Priority: optional Maintainer: Equipo LliureX Uploaders: Ignacio Vidal Hurtado , Angel Berlanas Vicente , Raul Rodrigo Segura , David Montalva Furio , Alfons Lloret Sananton , Enrique Medina Gremaldos , Hector Garcia Huerta , Jose Carlos Garcia Monsalvez , Jaime Munyoz Fayos , Francisco Antonino Daviu , Miguel Garcia Gomez Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk Standards-Version: 3.8.3 Package: libjama-java Architecture: all Depends: ${misc:Depends},sun-java6-jdk Description: a 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