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 23ff11d commit 988ce1eCopy full SHA for 988ce1e
src/default.jl
@@ -267,7 +267,7 @@ function algchoice_to_alg(alg::Symbol)
267
elseif alg === :GenericLUFactorization
268
GenericLUFactorization()
269
elseif alg === :RFLUFactorization
270
- RFLUFactorization(throwerror=false)
+ RFLUFactorization(throwerror = false)
271
elseif alg === :BunchKaufmanFactorization
272
BunchKaufmanFactorization()
273
elseif alg === :CHOLMODFactorization
0 commit comments