We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087cde3 commit 609a2bdCopy full SHA for 609a2bd
src/combinators/smart-constructors.jl
@@ -4,18 +4,6 @@
4
5
half(μ::AbstractMeasure) = Half(μ)
6
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
18
19
###############################################################################
20
# PowerMeaure
21
0 commit comments