Skip to content

Commit

Permalink
build based on c28f187
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jul 16, 2023
1 parent c86fa5d commit c5d1f39
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 15,436 deletions.
2 changes: 1 addition & 1 deletion dev/adding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
gentype(::Lebesgue{ℝ₊}) = Float64
gentype(::Lebesgue{𝕀}) = Float64

logdensity_def(::Lebesgue, x) = zero(float(x))</code></pre><p>We haven&#39;t yet talked about <code>gentype</code>. When you call <code>rand</code> without specifying a type, there needs to be a default. That default is the <code>gentype</code>. This only needs to be defined for primitive measures, because others will fall back on </p><pre><code class="language-julia hljs">gentype(μ::AbstractMeasure) = gentype(basemeasure(μ))</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../affine/">AffinePushfwd transformations »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.24 on <span class="colophon-date" title="Friday 23 June 2023 03:46">Friday 23 June 2023</span>. Using Julia version 1.9.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
logdensity_def(::Lebesgue, x) = zero(float(x))</code></pre><p>We haven&#39;t yet talked about <code>gentype</code>. When you call <code>rand</code> without specifying a type, there needs to be a default. That default is the <code>gentype</code>. This only needs to be defined for primitive measures, because others will fall back on </p><pre><code class="language-julia hljs">gentype(μ::AbstractMeasure) = gentype(basemeasure(μ))</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../affine/">AffinePushfwd transformations »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Sunday 16 July 2023 09:48">Sunday 16 July 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/affine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
4.0</code></pre><h2 id="AffinePushfwd"><a class="docs-heading-anchor" href="#AffinePushfwd"><code>AffinePushfwd</code></a><a id="AffinePushfwd-1"></a><a class="docs-heading-anchor-permalink" href="#AffinePushfwd" title="Permalink"></a></h2><p>Of particular interest (the whole point of all of this, really) is to have a natural way to work with affine transformations of measures. In accordance with the principle of &quot;common things should have shorter names&quot;, we call this <code>AffinePushfwd</code>.</p><p>The structure of <code>AffinePushfwd</code> is relatively simple:</p><pre><code class="language-julia hljs">struct AffinePushfwd{N,M,T} &lt;: AbstractMeasure
f::AffineTransform{N,T}
parent::M
end</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../adding/">« Adding a new measure</a><a class="docs-footer-nextpage" href="../api_measurebase/">MeasureBase »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.24 on <span class="colophon-date" title="Friday 23 June 2023 03:46">Friday 23 June 2023</span>. Using Julia version 1.9.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../adding/">« Adding a new measure</a><a class="docs-footer-nextpage" href="../api_measurebase/">MeasureBase »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Sunday 16 July 2023 09:48">Sunday 16 July 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/api_index/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit c5d1f39

Please sign in to comment.