jblas - Linear Algebra for Java

jblas – Linear Algebra for Java

See:
          Description

Packages
org.jblas Main linear algebra package.
org.jblas.exceptions jblas related exceptions.
org.jblas.ranges Provide ways to specify indices ranges.
org.jblas.util Support classes for jBLAS.

 

jblas – Linear Algebra for Java

If you are really impatient, I’d suggest you read the Classes Overview below and otherwise stick to the API Documentation for the classes like DoubleMatrix.

The main goals of jblas were to provide very high performance, close to what you get from state-of-the-art BLAS and LAPACK libraries, and easy of use, which means that in the ideal case, you can just mechanically translate a matrix expression from formulas to Java code.

In all brevity, here is what you need to know to get started:

What is missing right now:



written by Mikio L. Braun and Johannes Schaback