Skip to content

Commit b81830a

Browse files
committed
Revert to :slow as the default matmul mode
1 parent 7e23041 commit b81830a

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
@@ -210,7 +210,7 @@ Configure the default behavior for:
210210
definition of matrix multiplication. Learn more:
211211
[`IntervalArithmetic.MatMulMode`](@ref).
212212
"""
213-
function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_based, rounding::Symbol=:correct, power::Symbol=:fast, matmul::Symbol=:fast)
213+
function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_based, rounding::Symbol=:correct, power::Symbol=:fast, matmul::Symbol=:slow)
214214
configure_numtype(numtype)
215215
configure_flavor(flavor)
216216
configure_rounding(rounding)

0 commit comments

Comments
 (0)