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 c37770f commit 6847baeCopy full SHA for 6847bae
Project.toml
@@ -1,7 +1,7 @@
1
name = "RecursiveFactorization"
2
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
3
authors = ["Yingbo Ma <mayingbo5@gmail.com>"]
4
-version = "0.2.17"
+version = "0.2.18"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
src/RecursiveFactorization.jl
@@ -1,5 +1,8 @@
module RecursiveFactorization
-
+if isdefined(Base, :Experimental) &&
+ isdefined(Base.Experimental, Symbol("@max_methods"))
+ @eval Base.Experimental.@max_methods 1
+end
include("./lu.jl")
8
import SnoopPrecompile
0 commit comments