How to Install libmtj-java in Ubuntu 18.04



Install libmtj-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libmtj-java

Description:

Java library for developing numerical applications

MTJ is designed to be used as a library for developing numerical applications, both for small and large scale computations. The library is based on BLAS and LAPACK for its dense and structured sparse computations, and on the Templates project for unstructured sparse operations. . MTJ uses the netlib-java project as a backend, which can be set up to use machine-optimised BLAS libraries for improved performance of dense matrix operations, falling back to a pure Java implementation. This ensures perfect portability, while allowing for improved performance in a production environment.

Homepage: https://github.com/fommil/matrix-toolkits-java/

Version: 0.9.14+dfsg-4

Section: multiverse/java