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 47ffd35 commit 5288b3cCopy full SHA for 5288b3c
src/MeasureBase.jl
@@ -48,18 +48,6 @@ export basemeasure
48
export basekernel
49
export productmeasure
50
51
-"""
52
- inssupport(m, x)
53
- insupport(m)
54
-
55
-`insupport(m,x)` computes whether `x` is in the support of `m`.
56
57
-`insupport(m)` returns a function, and satisfies
58
59
- insupport(m)(x) == insupport(m, x)
60
61
-function insupport end
62
63
export insupport
64
export getdof
65
export transport_to
@@ -70,8 +58,6 @@ abstract type AbstractMeasure end
70
71
AbstractMeasure(m::AbstractMeasure) = m
72
73
-using Static: @constprop
74
75
function Pretty.quoteof(d::M) where {M<:AbstractMeasure}
76
the_names = fieldnames(typeof(d))
77
:($M($([getfield(d, n) for n in the_names]...)))
0 commit comments