How to Install and Uninstall libjama-java-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "libjama-java-doc" package

Learn how to install libjama-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjama-java-doc

2. Uninstall "libjama-java-doc" package

Learn how to uninstall libjama-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjama-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjama-java-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjama-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 327
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jama
Version: 1.0.3-1
Recommends: default-jdk-doc
Suggests: libjama-java
Filename: pool/universe/j/jama/libjama-java-doc_1.0.3-1_all.deb
Size: 53876
MD5sum: bc667bb948556c06fee4420d63cf4df2
SHA1: 35851d0900953c749e94c9a9028804246b025c73
SHA256: 13e5db356ed23d5a98d240470d6124b357ed2376696c7429e579af79e3f701bd
Description-en: 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.
Description-md5: 2206e7999edf8d8fe2ec2ad17054dca9
Homepage: http://math.nist.gov/javanumerics/jama/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu