Releases: luhenry/netlib
Releases · luhenry/netlib
Allow to pass NULL for the boolean[], int[], float[] and double[] parameters + Remove lingering printlns
Fix index checking for dgeev and sgeev
Fix initialization of java and native instances
v3.0.1 v3.0.1
Move dev.ludovic.netlib.*{BLAS,LAPACK,ARPACK} to respective packages
Fixes #10
Breaking changes
The following public classes have been moved:
dev.ludovic.netlib.BLAS
todev.ludovic.netlib.blas.BLAS
dev.ludovic.netlib.NativeBLAS
todev.ludovic.netlib.blas.NativeBLAS
dev.ludovic.netlib.JavaBLAS
todev.ludovic.netlib.blas.JavaBLAS
dev.ludovic.netlib.LAPACK
todev.ludovic.netlib.lapack.LAPACK
dev.ludovic.netlib.NativeLAPACK
todev.ludovic.netlib.lapack.NativeLAPACK
dev.ludovic.netlib.JavaLAPACK
todev.ludovic.netlib.lapack.JavaLAPACK
dev.ludovic.netlib.ARPACK
todev.ludovic.netlib.arpack.ARPACK
dev.ludovic.netlib.NativeARPACK
todev.ludovic.netlib.arpack.NativeARPACK
dev.ludovic.netlib.JavaARPACK
todev.ludovic.netlib.arpack.JavaARPACK
Fix gemm operation
Fixes #7
Allow for GPU acceleration with NVBLAS
v2.2.0 v2.2.0
Incremental improvements for JNI-based wrappers
v2.1.0 v2.1.0
Add JNI-based BLAS, LAPACK, and ARPACK implementations
v2.0.0 v2.0.0
v2-SNAPSHOT
Compiler complains that __ret may be uninitialized It's because it doesn't know Throw never returns
v1.3.2
v1.3.2