How to Install and Uninstall libejml-java Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libejml-java" package

This is a short guide on how to install libejml-java on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libejml-java

2. Uninstall "libejml-java" package

Please follow the steps below to uninstall libejml-java on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libejml-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libejml-java package on Ubuntu 20.10 (Groovy Gorilla)

Package: libejml-java
Architecture: all
Version: 0.38+ds-1
Priority: optional
Section: universe/java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1374
Filename: pool/universe/libe/libejml-java/libejml-java_0.38+ds-1_all.deb
Size: 1159612
MD5sum: a0de4a4aef0f1847fd5b29081b9e9473
SHA1: 901c3cdfb0f570de7b1d3f4612a85abf4b38b1e1
SHA256: 1a579da90a0e1b1f42b1b402ac4ddbc9e1b6519234028c92959d53a989075a6d
SHA512: 40791e7a7e311fb6f7e2f8fac77ad99b6249151d557a740e0976546197748f9c612727b83075df9979d3c9f76971b8cc4a33a7aa638fd101b927058c57f93e38
Homepage: http://ejml.org/wiki
Description-en: Efficient Java Matrix Library
Efficient Java Matrix Library (EJML) is a linear algebra library for
manipulating dense matrices. Its design goals are;
1) to be as computationally and memory efficient as possible for both
small and large matrices, and
2) to be accessible to both novices and experts.
These goals are accomplished by dynamically selecting the best
algorithms to use at runtime, clean API, and multiple interfaces.
.
EJML has three distinct ways to interact with it:
1) procedural,
2) SimpleMatrix, and
3) Equations.
Procedure provides all capabilities of EJML and almost complete control
over memory creation, speed, and specific algorithms. SimpleMatrix
provides a simplified subset of the core capabilities in an easy to use
flow styled object-oriented API, inspired by Jama. Equations is a
symbolic interface, similar in spirit to Matlab and other CAS, that
provides a compact way of writing equations.
Description-md5: f96d9c7fae98531addd08eaba8b8abd3