Skip to content

Commit d1a240e

Browse files
committed
back to dense
1 parent b5792f5 commit d1a240e

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{<:Number},
728+
Q::Union{DenseMatrixUnion,WrapperMatrixTypes{<:Real,DenseMatrixUnion}},
729729
b::AbstractSparseVector,
730730
)
731731
return _dot_quadratic_form(a, Q, b)

0 commit comments

Comments
 (0)