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 486d924 commit 1fad945Copy full SHA for 1fad945
ext/LinearSolveRecursiveFactorizationExt.jl
@@ -3,7 +3,7 @@ module LinearSolveRecursiveFactorizationExt
3
using LinearSolve
4
using LinearSolve.LinearAlgebra, LinearSolve.ArrayInterface, RecursiveFactorization
5
6
-LinearSolve.userecursivefactorization(A::Union{Nothing,AbstractMatrix}) = true
+LinearSolve.userecursivefactorization(A::Union{Nothing, AbstractMatrix}) = true
7
8
function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::RFLUFactorization{P, T};
9
kwargs...) where {P, T}
0 commit comments