How to Install jblas in Ubuntu 18.04



Install jblas by entering the following commands in the terminal:

sudo apt update
sudo apt install jblas

Description:

fast linear algebra library for Java

jblas is a fast linear algebra library for Java. jblas is essentially a light-weight wrapper around BLAS and LAPACK routines, the de-facto industry standard for matrix computations. It uses state-of-the-art implementations like ATLAS for all its computational routines, making it very fast. . This package contains the binaries and examples.

Homepage: http://jblas.org

Version: 1.2.4-1

Section: universe/science