We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cab57 commit a22e705Copy full SHA for a22e705
src/conversion.jl
@@ -173,4 +173,4 @@ function SparseArrays.sparse(L::KroneckerSumMap)
173
end
174
175
# FillMap
176
-Base.Matrix(A::FillMap) = fill(A.λ, size(A))
+Base.Matrix{T}(A::FillMap) where {T} = fill(T(A.λ), size(A))
0 commit comments