We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b6e810 + 75eaa18 commit 8ff11daCopy full SHA for 8ff11da
src/solvers/cholmod.jl
@@ -37,7 +37,7 @@ import SparseArrays: AbstractSparseMatrix, SparseMatrixCSC, indtype, sparse, spz
37
import ..increment, ..increment!
38
39
using ..LibSuiteSparse
40
-import ..LibSuiteSparse: TRUE, FALSE, CHOLMOD_INT, CHOLMOD_LONG
+import ..LibSuiteSparse: TRUE, FALSE, CHOLMOD_INT, CHOLMOD_LONG, libsuitesparseconfig
41
42
# # itype defines the types of integer used:
43
# CHOLMOD_INT, # all integer arrays are int
0 commit comments