Skip to content

Commit 4d121f1

Browse files
committed
Set default matmul mode to :fast
1 parent edce6b4 commit 4d121f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntervalArithmetic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Configure the default behavior for:
207207
definition of matrix multiplication. Learn more:
208208
[`IntervalArithmetic.MatMulMode`](@ref).
209209
"""
210-
function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_based, rounding::Symbol=:correct, power::Symbol=:fast, matmul::Symbol=:slow)
210+
function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_based, rounding::Symbol=:correct, power::Symbol=:fast, matmul::Symbol=:fast)
211211
configure_numtype(numtype)
212212
configure_flavor(flavor)
213213
configure_rounding(rounding)

0 commit comments

Comments
 (0)