Skip to content

Commit

Permalink
build based on 24a7335
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 12, 2023
1 parent 6fc3a2a commit 082be7a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev/extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
centralizer
normalizer
stabilizer
right_coset_representatives</code></pre><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.index" href="#GroupsCore.index"><code>GroupsCore.index</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">index(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return the index <code>|G : H|</code>, where <code>H ≤ G</code> is a subgroup. If <code>H</code> is not contained in <code>G</code>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/998e889e4125aeb4abc001a939595e1b17bad0d5/src/extensions.jl#L17-L21">source</a></section></article><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.left_coset_representatives" href="#GroupsCore.left_coset_representatives"><code>GroupsCore.left_coset_representatives</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">left_coset_representatives(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return representatives of the left cosets <code>h G</code> where <code>h</code> are elements of <code>H</code>. If <code>H</code> is not contained in <code>G</code>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/998e889e4125aeb4abc001a939595e1b17bad0d5/src/extensions.jl#L24-L28">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../group_elements/">« Group elements</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> on <span class="colophon-date" title="Monday 11 December 2023 15:15">Monday 11 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
right_coset_representatives</code></pre><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.index" href="#GroupsCore.index"><code>GroupsCore.index</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">index(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return the index <code>|G : H|</code>, where <code>H ≤ G</code> is a subgroup. If <code>H</code> is not contained in <code>G</code>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/24a7335a8b96140d8fccfd988f8da1257edd7b68/src/extensions.jl#L17-L21">source</a></section></article><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.left_coset_representatives" href="#GroupsCore.left_coset_representatives"><code>GroupsCore.left_coset_representatives</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">left_coset_representatives(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return representatives of the left cosets <code>h G</code> where <code>h</code> are elements of <code>H</code>. If <code>H</code> is not contained in <code>G</code>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/24a7335a8b96140d8fccfd988f8da1257edd7b68/src/extensions.jl#L24-L28">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../group_elements/">« Group elements</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> on <span class="colophon-date" title="Tuesday 12 December 2023 23:48">Tuesday 12 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 082be7a

Please sign in to comment.