JBLAS

How to setup JBLAS

Jblas is a linear algebra library for java developers to perform matrix operations easily. As we know  it is very difficult to program matrix operations .And Jblas provides us a number of inbuilt methods which we can use directly to perform matrix operations in few seconds.

Jlbas provides matrix objects for different data types say DoubleMatrix, FloatMatrix. Double matrix is the most commonly used matrix method in jblas.

In this blog , we will use Double Matrix to demonstrate the capabilities of jblas.