Skip to content

Commit 8bf082e

Browse files
committed
Set default matmul mode to :fast
1 parent ed16a21 commit 8bf082e

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
@@ -230,7 +230,7 @@ Configure the default behavior for:
230230
[`IntervalArithmetic.MatMulMode`](@ref).
231231
Keyword: `matmul`. Available options: `:fast` (default), `:slow`.
232232
"""
233-
function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_based, rounding::Symbol=:correct, power::Symbol=:fast, matmul::Symbol=:slow)
233+
function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_based, rounding::Symbol=:correct, power::Symbol=:fast, matmul::Symbol=:fast)
234234
configure_numtype(numtype)
235235
configure_flavor(flavor)
236236
configure_rounding(rounding)

0 commit comments

Comments
 (0)