jblas finally on central Maven repository

I finally managed to upload jblas to the central Maven respository. In case you don't know yet, jblas is a fast linear algebra library for Java. It's unique feature is that it's based on the optimized ATLAS BLAS and LAPACK libraries. The jar also comes prepackaged with the libraries and automagically extracts the right one depending on your architecture and OS.
The build-process is pretty involved, basically a hand-coded configure-script in Ruby, and a classical Makefile for the native part, some Ant for autogenerating some Java code, and finally some Maven for the final build and packaging.
But all that shouldn't worry you, because you can now just add the following to your pom.xml and you're done:
<dependency>
<groupId>org.jblas</groupId>
<artifactId>jblas</artifactId>
<version>1.2.2</version>
</dependency>
Comments (1)
Hello Sir. I’m moving a fairly small (~4k lines) set of code from matlab to jblas. I was hoping for a cheatsheet to make this specific task easier.
http://stackoverflow.com/qu...
Along those lines is there an equivalent to matlab’s atan2(Y,X)?
How do you use the jblas .lt, .lte and .gt functions? Some examples would be great.
I tried emailing you but your email address bounced. Thanks, -Greg (gbishop@modusoperandi.com)