Skip to content

Commit acf17d6

Browse files
committed
add precompilation for SparspakFactorization
1 parent a593d35 commit acf17d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ end
7878
sol = solve(prob)
7979
sol = solve(prob, KLUFactorization())
8080
sol = solve(prob, UMFPACKFactorization())
81+
sol = solve(prob, SparspakFactorization())
8182
end
8283
end
8384

0 commit comments

Comments
 (0)