Skip to content

Commit 16ea1b7

Browse files
committed
revert lightening ambiguities
1 parent bba7ac9 commit 16ea1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ end
725725

726726
function dot(
727727
a::AbstractSparseVector,
728-
Q::AbstractMatrix,
728+
Q::Union{DenseMatrixUnion,WrapperMatrixTypes{<:Real,DenseMatrixUnion}},
729729
b::AbstractSparseVector,
730730
)
731731
return _dot_quadratic_form(a, Q, b)

0 commit comments

Comments
 (0)