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 3ad68c7 commit 4d3a346Copy full SHA for 4d3a346
src/extension_algs.jl
@@ -95,7 +95,7 @@ Additional optimization for complex matrices is in the works.
95
"""
96
struct RFLUFactorization{P, T} <: AbstractDenseFactorization
97
function RFLUFactorization(::Val{P}, ::Val{T}; throwerror = true) where {P, T}
98
- if userecursivefactorization(nothing)
+ if !userecursivefactorization(nothing)
99
throwerror &&
100
error("RFLUFactorization requires that RecursiveFactorization.jl is loaded, i.e. `using RecursiveFactorization`")
101
end
0 commit comments