Skip to content

Commit ae29f50

Browse files
authored
Merge branch 'master' into release-1.0
2 parents b84de91 + 7b2526e commit ae29f50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "IntervalArithmetic"
22
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
33
repo = "https://github.com/JuliaIntervals/IntervalArithmetic.jl.git"
4-
version = "0.22.25"
4+
version = "0.22.26"
55

66
[deps]
77
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"

src/matmul.jl

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ else
378378
end
379379

380380
_2mat(A::LinearAlgebra.Diagonal) = Matrix(A)
381+
381382
_2mat(A) = A
382383

383384
function _call_gem_openblas_upward!(C, A_::AbstractMatrix{Float64}, B_::AbstractMatrix{Float64})

0 commit comments

Comments
 (0)