Skip to content

Commit 5287377

Browse files
committed
Fix
1 parent 5aa437a commit 5287377

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/JuMP/operators.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ function _matmul(::Type{V}, A, B) where {V}
22
return GenericMatrixExpr{V}(:*, Any[A, B], (size(A, 1), size(B, 2)), false)
33
end
44

5-
#function Base.:(*)(A::AbstractJuMPVector, B::)
6-
# return _matmul(JuMP.variable_ref_type(A), A, B)
7-
#end
85
function Base.:(*)(A::AbstractJuMPMatrix, B::Matrix)
96
return _matmul(JuMP.variable_ref_type(A), A, B)
107
end

0 commit comments

Comments
 (0)