Releases: luhenry/netlib
Releases · luhenry/netlib
Refine logging
Fix offsets computation for gemm and gemv operations + Add riscv64 build
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.BLAStodev.ludovic.netlib.blas.BLASdev.ludovic.netlib.NativeBLAStodev.ludovic.netlib.blas.NativeBLASdev.ludovic.netlib.JavaBLAStodev.ludovic.netlib.blas.JavaBLASdev.ludovic.netlib.LAPACKtodev.ludovic.netlib.lapack.LAPACKdev.ludovic.netlib.NativeLAPACKtodev.ludovic.netlib.lapack.NativeLAPACKdev.ludovic.netlib.JavaLAPACKtodev.ludovic.netlib.lapack.JavaLAPACKdev.ludovic.netlib.ARPACKtodev.ludovic.netlib.arpack.ARPACKdev.ludovic.netlib.NativeARPACKtodev.ludovic.netlib.arpack.NativeARPACKdev.ludovic.netlib.JavaARPACKtodev.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