hmatrix-svdlibc 0.5.0 → 0.5.0.1
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hmatrix-svdlibc.cabal +1/−1
- svdlibc/las2.c +0/−1
hmatrix-svdlibc.cabal view
@@ -1,5 +1,5 @@ name: hmatrix-svdlibc-version: 0.5.0+version: 0.5.0.1 synopsis: SVDLIBC bindings for HMatrix description: Bindings for the sparse singular value decomposition
svdlibc/las2.c view
@@ -331,7 +331,6 @@ SVDRec R = NULL; ierr = 0; // reset the global error flag - svdWriteSparseMatrix(A, "svd.in.m", SVD_F_DT); svdResetCounters(); m = svd_imin(A->rows, A->cols);