Skip to content

Commit 609a2bd

Browse files
cscherreroschulz
authored andcommitted
drop pointwiseproduct
1 parent 087cde3 commit 609a2bd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/combinators/smart-constructors.jl

-12
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44

55
half::AbstractMeasure) = Half(μ)
66

7-
###############################################################################
8-
# PointwiseProductMeasure
9-
10-
function pointwiseproduct::AbstractMeasure, ℓ::Likelihood)
11-
T = Core.Compiler.return_type(ℓ.k, Tuple{gentype(μ)})
12-
return pointwiseproduct(T, μ, ℓ)
13-
end
14-
15-
function pointwiseproduct(::Type{T}, μ::AbstractMeasure, ℓ::Likelihood) where {T}
16-
return PointwiseProductMeasure(μ, ℓ)
17-
end
18-
197
###############################################################################
208
# PowerMeaure
219

0 commit comments

Comments
 (0)