We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98b30 commit b83d548Copy full SHA for b83d548
src/LinearSolve.jl
@@ -39,7 +39,6 @@ include("factorization.jl")
39
include("iterative_wrappers.jl")
40
include("preconditioners.jl")
41
include("default.jl")
42
-include("alg_utils.jl")
43
44
const IS_OPENBLAS = Ref(true)
45
isopenblas() = IS_OPENBLAS[]
0 commit comments