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

Last updated: May 19,2024

1. Install "libejml-java" package

This guide let you learn how to install libejml-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libejml-java

2. Uninstall "libejml-java" package

Please follow the instructions below to uninstall libejml-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libejml-java
Priority: optional
Section: universe/java
Installed-Size: 693
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.28-1
Filename: pool/universe/libe/libejml-java/libejml-java_0.28-1_all.deb
Size: 646228
MD5sum: 1c125b74580f4be7faf607b298e272f2
SHA1: 4e298b47fc0ae0747624aecb1b8f7dec1335d2eb
SHA256: 1d966001e64febcc8b2cce85c7fe9c2867a231f192f96757743bee02e2f36349
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
Homepage: http://ejml.org/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu