Skip navigation links

jblas 1.2.4 API

jblas – Linear Algebra for Java

See: Description

Packages 
Package Description
org.jblas
Main linear algebra package.
org.jblas.benchmark
Simple benchmarking tool.
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:

Skip navigation links

Copyright © 2015. All rights reserved.