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.
1 parent 7b6e810 commit 75eaa18Copy full SHA for 75eaa18
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