Skip to content

Commit 473cb47

Browse files
Update src/default.jl
1 parent ed9d147 commit 473cb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function defaultalg(A, b, assump::OperatorAssumptions)
170170
DefaultAlgorithmChoice.RFLUFactorization
171171
#elseif A === nothing || A isa Matrix
172172
# alg = FastLUFactorization()
173-
elseif usemkl && eltype(A) <: Float64
173+
elseif usemkl && eltype(A) <: Union{Float64, Float32}
174174
DefaultAlgorithmChoice.MKLLUFactorization
175175
else
176176
DefaultAlgorithmChoice.LUFactorization

0 commit comments

Comments
 (0)