Skip to content

Commit 87c3d93

Browse files
committed
Set the default matmul algorithm to :fast
1 parent 0e19b97 commit 87c3d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/IntervalArithmeticLinearAlgebraExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function IntervalArithmetic.configure_matmul(matmul::Symbol)
157157
return matmul
158158
end
159159

160-
IntervalArithmetic.configure_matmul(:slow)
160+
IntervalArithmetic.configure_matmul(:fast)
161161

162162
#
163163

0 commit comments

Comments
 (0)