Skip to content

Releases: luhenry/netlib

Allow to pass NULL for the boolean[], int[], float[] and double[] parameters + Remove lingering printlns

24 Nov 10:21
Compare
Choose a tag to compare

Fix index checking for dgeev and sgeev

22 Jul 15:33
Compare
Choose a tag to compare

Fix initialization of java and native instances

15 Jul 19:38
Compare
Choose a tag to compare

Move dev.ludovic.netlib.*{BLAS,LAPACK,ARPACK} to respective packages

15 Jul 15:29
Compare
Choose a tag to compare

Fixes #10

Breaking changes

The following public classes have been moved:

  • dev.ludovic.netlib.BLAS to dev.ludovic.netlib.blas.BLAS
  • dev.ludovic.netlib.NativeBLAS to dev.ludovic.netlib.blas.NativeBLAS
  • dev.ludovic.netlib.JavaBLAS to dev.ludovic.netlib.blas.JavaBLAS
  • dev.ludovic.netlib.LAPACK to dev.ludovic.netlib.lapack.LAPACK
  • dev.ludovic.netlib.NativeLAPACK to dev.ludovic.netlib.lapack.NativeLAPACK
  • dev.ludovic.netlib.JavaLAPACK to dev.ludovic.netlib.lapack.JavaLAPACK
  • dev.ludovic.netlib.ARPACK to dev.ludovic.netlib.arpack.ARPACK
  • dev.ludovic.netlib.NativeARPACK to dev.ludovic.netlib.arpack.NativeARPACK
  • dev.ludovic.netlib.JavaARPACK to dev.ludovic.netlib.arpack.JavaARPACK

Fix gemm operation

15 Nov 10:33
Compare
Choose a tag to compare

Allow for GPU acceleration with NVBLAS

09 May 16:19
Compare
Choose a tag to compare

Incremental improvements for JNI-based wrappers

08 May 18:11
Compare
Choose a tag to compare

Add JNI-based BLAS, LAPACK, and ARPACK implementations

03 May 16:47
Compare
Choose a tag to compare

v2-SNAPSHOT

02 May 13:33
Compare
Choose a tag to compare
v2-SNAPSHOT Pre-release
Pre-release
Compiler complains that __ret may be uninitialized

It's because it doesn't know Throw never returns

v1.3.2

26 Apr 07:11
Compare
Choose a tag to compare
v1.3.2