Skip to content

Commit 2fdeff6

Browse files
Update and rename LinearSolveRecursiveFactorization.jl to LinearSolveRecursiveFactorizationExt.jl
1 parent e5cd237 commit 2fdeff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/LinearSolveRecursiveFactorization.jl renamed to ext/LinearSolveRecursiveFactorizationExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module LinearSolveRecursiveFactorization
1+
module LinearSolveRecursiveFactorizationExt
22

33
using LinearSolve, RecursiveArrayTools, LinearAlgebra, RecursiveFactorization
44

@@ -53,4 +53,4 @@ function SciMLBase.solve!(cache::LinearCache, alg::RFLUFactorization{P, T};
5353
SciMLBase.build_linear_solution(alg, y, nothing, cache)
5454
end
5555

56-
end
56+
end

0 commit comments

Comments
 (0)