Skip to content

Commit

Permalink
build based on 07b864b
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Feb 16, 2022
1 parent 5732e48 commit c4b5738
Show file tree
Hide file tree
Showing 22 changed files with 691 additions and 691 deletions.
74 changes: 37 additions & 37 deletions dev/FacElem/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/abelian/elements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1100,43 +1100,43 @@ <h3 id="creation">Creation</h3>
<div class="highlight"><pre><span></span><code><span class="n">gens</span><span class="p">(</span><span class="n">G</span><span class="o">::</span><span class="kt">GrpAbFinGen</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Vector</span><span class="p">{</span><span class="kt">GrpAbFinGenElem</span><span class="p">}</span>
</code></pre></div>
<p>The sequence of generators of <script type="math/tex">G</script>.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L101' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L101' class='documenter-source'>source</a><br></p>
<p><a id='GrpAbFinGen-Tuple{Vector{fmpz}}' href='#GrpAbFinGen-Tuple{Vector{fmpz}}'>#</a>
<strong><code>GrpAbFinGen</code></strong> &mdash; <em>Method</em>.</p>
<div class="highlight"><pre><span></span><code><span class="p">(</span><span class="n">A</span><span class="o">::</span><span class="kt">GrpAbFinGen</span><span class="p">)(</span><span class="n">x</span><span class="o">::</span><span class="kt">Vector</span><span class="p">{</span><span class="kt">fmpz</span><span class="p">})</span> <span class="o">-&gt;</span> <span class="n">GrpAbFinGenElem</span>
</code></pre></div>
<p>Given an array <code>x</code> of elements of type <code>fmpz</code> of the same length as ngens(<script type="math/tex">A</script>), this function returns the element of <script type="math/tex">A</script> with components <code>x</code>.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L266' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L266' class='documenter-source'>source</a><br></p>
<p><a id='GrpAbFinGen-Tuple{fmpz_mat}' href='#GrpAbFinGen-Tuple{fmpz_mat}'>#</a>
<strong><code>GrpAbFinGen</code></strong> &mdash; <em>Method</em>.</p>
<div class="highlight"><pre><span></span><code><span class="p">(</span><span class="n">A</span><span class="o">::</span><span class="kt">GrpAbFinGen</span><span class="p">)(</span><span class="n">x</span><span class="o">::</span><span class="kt">fmpz_mat</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">GrpAbFinGenElem</span>
</code></pre></div>
<p>Given a matrix over the integers with <script type="math/tex">1</script> row and <code>ngens(A)</code> columns, this function returns the element of <script type="math/tex">A</script> with components <code>x</code>.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L291' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L291' class='documenter-source'>source</a><br></p>
<p><a id='getindex-Tuple{GrpAbFinGen, Int64}' href='#getindex-Tuple{GrpAbFinGen, Int64}'>#</a>
<strong><code>getindex</code></strong> &mdash; <em>Method</em>.</p>
<div class="highlight"><pre><span></span><code><span class="n">getindex</span><span class="p">(</span><span class="n">A</span><span class="o">::</span><span class="kt">GrpAbFinGen</span><span class="p">,</span> <span class="n">i</span><span class="o">::</span><span class="kt">Int</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">GrpAbFinGenElem</span>
</code></pre></div>
<p>Returns the element of <script type="math/tex">A</script> with components <script type="math/tex">(0,\dotsc,0,1,0,\dotsc,0)</script>, where the <script type="math/tex">1</script> is at the <script type="math/tex">i</script>-th position.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L310' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L310' class='documenter-source'>source</a><br></p>
<p><a id='rand-Tuple{GrpAbFinGen}' href='#rand-Tuple{GrpAbFinGen}'>#</a>
<strong><code>rand</code></strong> &mdash; <em>Method</em>.</p>
<div class="highlight"><pre><span></span><code><span class="n">rand</span><span class="p">(</span><span class="n">G</span><span class="o">::</span><span class="kt">GrpAbFinGen</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">GrpAbFinGenElem</span>
</code></pre></div>
<p>Returns an element of <script type="math/tex">G</script> chosen uniformly at random.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L368' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L368' class='documenter-source'>source</a><br></p>
<p><a id='rand-Tuple{GrpAbFinGen, fmpz}' href='#rand-Tuple{GrpAbFinGen, fmpz}'>#</a>
<strong><code>rand</code></strong> &mdash; <em>Method</em>.</p>
<div class="highlight"><pre><span></span><code><span class="n">rand</span><span class="p">(</span><span class="n">G</span><span class="o">::</span><span class="kt">GrpAbFinGen</span><span class="p">,</span> <span class="n">B</span><span class="o">::</span><span class="kt">fmpz</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">GrpAbFinGenElem</span>
</code></pre></div>
<p>For a (potentially infinite) abelian group <script type="math/tex">G</script>, return an element chosen uniformly at random with coefficients bounded by <script type="math/tex">B</script>.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L387' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L387' class='documenter-source'>source</a><br></p>
<p><a id='parent-Tuple{GrpAbFinGenElem}' href='#parent-Tuple{GrpAbFinGenElem}'>#</a>
<strong><code>parent</code></strong> &mdash; <em>Method</em>.</p>
<div class="highlight"><pre><span></span><code><span class="n">parent</span><span class="p">(</span><span class="n">x</span><span class="o">::</span><span class="kt">GrpAbFinGenElem</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">GrpAbFinGen</span>
</code></pre></div>
<p>Returns the parent of <script type="math/tex">x</script>.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L122' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L122' class='documenter-source'>source</a><br></p>
<p><a id='Access'></a></p>
<p><a id='Access-1'></a></p>
<h3 id="access">Access</h3>
Expand All @@ -1145,7 +1145,7 @@ <h3 id="access">Access</h3>
<div class="highlight"><pre><span></span><code><span class="n">getindex</span><span class="p">(</span><span class="n">x</span><span class="o">::</span><span class="kt">GrpAbFinGenElem</span><span class="p">,</span> <span class="n">i</span><span class="o">::</span><span class="kt">Int</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">fmpz</span>
</code></pre></div>
<p>Returns the <script type="math/tex">i</script>-th component of the element <script type="math/tex">x</script>.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L171' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L171' class='documenter-source'>source</a><br></p>
<p><a id='Predicates'></a></p>
<p><a id='Predicates-1'></a></p>
<h3 id="predicates">Predicates</h3>
Expand All @@ -1158,7 +1158,7 @@ <h3 id="invariants">Invariants</h3>
<div class="highlight"><pre><span></span><code><span class="n">order</span><span class="p">(</span><span class="n">A</span><span class="o">::</span><span class="kt">GrpAbFinGenElem</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">fmpz</span>
</code></pre></div>
<p>Returns the order of <script type="math/tex">A</script>. It is assumed that the order is finite.</p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/7fc9b5d8d547e3d760cb7b2d661897f3ffaa7f63/src/GrpAb/Elem.jl#L335' class='documenter-source'>source</a><br></p>
<p><a target='_blank' href='https://github.com/thofma/Hecke.jl/blob/07b864b016643c133b43384332285ea2dff14b87/src/GrpAb/Elem.jl#L335' class='documenter-source'>source</a><br></p>
<p><a id='Iterator'></a></p>
<p><a id='Iterator-1'></a></p>
<h3 id="iterator">Iterator</h3>
Expand Down
Loading

0 comments on commit c4b5738

Please sign in to comment.