Skip to content

Commit

Permalink
fix init of lu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 17, 2021
1 parent cd04182 commit 6a67e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinearSolve"
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
authors = ["SciML"]
version = "0.2.2"
version = "0.2.3"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
1 change: 1 addition & 0 deletions src/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ end
## RFLUFactorization

RFLUFactorization() = GenericFactorization(;fact_alg=RecursiveFactorization.lu!)
init_cacheval(alg::GenericFactorization{typeof(RecursiveFactorization.lu!)}, A, b, u, Pl, Pr, maxiters, abstol, reltol, verbose) = ArrayInterface.lu_instance(A)

0 comments on commit 6a67e3b

Please sign in to comment.