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.
INCLUDE_SPARSE
1 parent ad68891 commit f418c7cCopy full SHA for f418c7c
src/LinearSolve.jl
@@ -39,6 +39,8 @@ needs_concrete_A(alg::AbstractSolveFunction) = false
39
40
# Code
41
42
+const INCLUDE_SPARSE = Preferences.@load_preference("include_sparse", Base.USE_GPL_LIBS)
43
+
44
include("common.jl")
45
include("factorization.jl")
46
include("simplelu.jl")
@@ -48,7 +50,6 @@ include("solve_function.jl")
48
50
include("default.jl")
49
51
include("init.jl")
52
-const INCLUDE_SPARSE = Preferences.@load_preference("include_sparse", Base.USE_GPL_LIBS)
53
@static if INCLUDE_SPARSE
54
include("factorization_sparse.jl")
55
end
0 commit comments