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 4efc1e7 commit 1790722Copy full SHA for 1790722
src/woodbury_pd_mat.jl
@@ -87,4 +87,4 @@ end
87
88
# NOTE: the parameterisation to scale up the Woodbury matrix is not unique. Here we
89
# implement one way to scale it.
90
-*(a::WoodburyPDMat, c::T) where T<:Real = WoodburyPDMat(a.A, a.D * c, a.S * c)
+*(a::WoodburyPDMat, c::Real) = WoodburyPDMat(a.A, a.D * c, a.S * c)
0 commit comments