gnu: Add Combinatorial BLAS.
[jackhill/guix/guix.git] / gnu / packages / patches / fasthenry-spUtils.patch
CommitLineData
23bae7bb
FB
1Add forward declarations.
2
3--- fasthenry-3.0/src/fasthenry/sparse/spUtils.c.orig 2015-07-22 12:12:52.579370846 +0200
4+++ fasthenry-3.0/src/fasthenry/sparse/spUtils.c 2015-07-22 12:14:09.636275633 +0200
5@@ -107,6 +107,7 @@
6 #include "spDefs.h"
7
8
9+static RealNumber ComplexCondition( MatrixPtr, RealNumber, int* );
10
11
12