Skip to content

Commit

Permalink
Deploy 7f8df89
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter authored and github-actions[bot] committed Oct 14, 2023
1 parent 08b8bd1 commit 1be6bf3
Show file tree
Hide file tree
Showing 247 changed files with 990 additions and 991 deletions.
Binary file modified v0.3.x/.doctrees/api/galois.BCH.decode.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.BCH.detect.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.BCH.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.BCH.encode.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.Random.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.characteristic_poly.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.column_space.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.left_null_space.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.log.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.minimal_poly.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.null_space.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.FieldArray.row_space.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.Poly.Random.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.Poly.derivative.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.Poly.field.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.Poly.is_irreducible.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.ReedSolomon.decode.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.ReedSolomon.detect.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.ReedSolomon.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.ReedSolomon.encode.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.crt.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.fermat_primality_test.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.irreducible_poly.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.irreducible_polys.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.lagrange_poly.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.primitive_element.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.primitive_poly.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.primitive_polys.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.primitive_root.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.primitive_roots.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.prod.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/api/galois.typing.ShapeLike.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/basic-usage/array-creation.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/basic-usage/element-representation.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/basic-usage/poly.doctree
Binary file not shown.
Binary file modified v0.3.x/.doctrees/environment.pickle
Binary file not shown.
Binary file modified v0.3.x/.doctrees/getting-started.doctree
Binary file not shown.
6 changes: 3 additions & 3 deletions v0.3.x/api/galois.Array.Identity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7792,14 +7792,14 @@

<dl class="py method objdesc">
<dt class="sig sig-object highlight sig-wrap py">
<em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">galois.</span><span class="pre">Array.</span></span><span class="sig-name descname"><span class="pre">Identity</span></span><span class="sig-paren">(</span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-size" title="galois.Array.Identity.size (Python parameter) — The size $n$ along one dimension of the identity matrix."><span class="n"><span class="pre">size</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.11)"><span class="pre">int</span></a></span></span></em>, </span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-dtype" title="galois.Array.Identity.dtype (Python parameter) — The numpy.dtype of the array elements. The default is None which represents the smallest unsigned data type for this Array subclass (the first element in dtypes)."><span class="n"><span class="pre">dtype</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type."><span class="pre">DTypeLike</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.11)"><span class="pre">None</span></a></span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code></em></span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="desctype"><span class="pre">Self</span></span></span></span></dt>
<em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">galois.</span><span class="pre">Array.</span></span><span class="sig-name descname"><span class="pre">Identity</span></span><span class="sig-paren">(</span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-size" title="galois.Array.Identity.size (Python parameter) — The size $n$ along one dimension of the identity matrix."><span class="n"><span class="pre">size</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></span></span></em>, </span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-dtype" title="galois.Array.Identity.dtype (Python parameter) — The numpy.dtype of the array elements. The default is None which represents the smallest unsigned data type for this Array subclass (the first element in dtypes)."><span class="n"><span class="pre">dtype</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type."><span class="pre">DTypeLike</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><span class="pre">None</span></a></span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code></em></span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="desctype"><span class="pre">Self</span></span></span></span></dt>
<dd><p>Creates an <span class="math notranslate nohighlight">\(n \times n\)</span> identity matrix.</p>
<dl class="field-list simple">
<dt class="field-odd" id="parameters">Parameters<span class="colon">:</span><a class="headerlink" href="#parameters" title="Permalink to this headline"></a></dt>
<dd class="field-odd"><dl class="simple api-field highlight">
<dt id="p-size"><span class="n sig-name">size</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.11)">int</a></span></span><a class="headerlink" href="#p-size" title="Permalink to this definition"></a></dt><dd><p>The size <span class="math notranslate nohighlight">\(n\)</span> along one dimension of the identity matrix.</p>
<dt id="p-size"><span class="n sig-name">size</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)">int</a></span></span><a class="headerlink" href="#p-size" title="Permalink to this definition"></a></dt><dd><p>The size <span class="math notranslate nohighlight">\(n\)</span> along one dimension of the identity matrix.</p>
</dd>
<dt id="p-dtype"><span class="n sig-name">dtype</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type.">DTypeLike</a><span class="w"> </span><span class="p">|</span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.11)">None</a></span></span><span class="w"> </span><span class="o">=</span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code><a class="headerlink" href="#p-dtype" title="Permalink to this definition"></a></dt><dd><p>The <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.dtype.html#numpy.dtype" title="(in NumPy v1.26)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.dtype</span></code></a> of the array elements. The default is <code class="code highlight python docutils literal highlight-python"><span class="kc">None</span></code> which represents the smallest
<dt id="p-dtype"><span class="n sig-name">dtype</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type.">DTypeLike</a><span class="w"> </span><span class="p">|</span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)">None</a></span></span><span class="w"> </span><span class="o">=</span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code><a class="headerlink" href="#p-dtype" title="Permalink to this definition"></a></dt><dd><p>The <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.dtype.html#numpy.dtype" title="(in NumPy v1.26)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.dtype</span></code></a> of the array elements. The default is <code class="code highlight python docutils literal highlight-python"><span class="kc">None</span></code> which represents the smallest
unsigned data type for this <a class="reference internal" href="../galois.Array/" title="galois.Array (Python class) — An abstract ndarray subclass over a Galois field or Galois ring."><code class="xref py py-obj docutils literal notranslate"><span class="pre">Array</span></code></a> subclass (the first element in
<a class="reference internal" href="../galois.Array.dtypes/" title="galois.Array.dtypes (Python property) — List of valid integer numpy.dtype values that are compatible with this Galois field or Galois ring."><code class="xref py py-obj docutils literal notranslate"><span class="pre">dtypes</span></code></a>).</p>
</dd>
Expand Down
4 changes: 2 additions & 2 deletions v0.3.x/api/galois.Array.Ones/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7792,14 +7792,14 @@

<dl class="py method objdesc">
<dt class="sig sig-object highlight sig-wrap py">
<em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">galois.</span><span class="pre">Array.</span></span><span class="sig-name descname"><span class="pre">Ones</span></span><span class="sig-paren">(</span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-shape" title="galois.Array.Ones.shape (Python parameter) — A NumPy-compliant shape tuple."><span class="n"><span class="pre">shape</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.ShapeLike/" title="galois.typing.ShapeLike (Python data) — A Union representing objects that can be coerced into a NumPy shape tuple."><span class="pre">ShapeLike</span></a></span></span></em>, </span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-dtype" title="galois.Array.Ones.dtype (Python parameter) — The numpy.dtype of the array elements. The default is None which represents the smallest unsigned data type for this Array subclass (the first element in dtypes)."><span class="n"><span class="pre">dtype</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type."><span class="pre">DTypeLike</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.11)"><span class="pre">None</span></a></span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code></em></span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="desctype"><span class="pre">Self</span></span></span></span></dt>
<em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">galois.</span><span class="pre">Array.</span></span><span class="sig-name descname"><span class="pre">Ones</span></span><span class="sig-paren">(</span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-shape" title="galois.Array.Ones.shape (Python parameter) — A NumPy-compliant shape tuple."><span class="n"><span class="pre">shape</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.ShapeLike/" title="galois.typing.ShapeLike (Python data) — A Union representing objects that can be coerced into a NumPy shape tuple."><span class="pre">ShapeLike</span></a></span></span></em>, </span><span class="sig-param-decl"><em class="sig-param"><a class="n reference internal" href="#p-dtype" title="galois.Array.Ones.dtype (Python parameter) — The numpy.dtype of the array elements. The default is None which represents the smallest unsigned data type for this Array subclass (the first element in dtypes)."><span class="n"><span class="pre">dtype</span></span></a><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type."><span class="pre">DTypeLike</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><span class="pre">None</span></a></span></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code></em></span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="desctype"><span class="pre">Self</span></span></span></span></dt>
<dd><p>Creates an array of all ones.</p>
<dl class="field-list simple">
<dt class="field-odd" id="parameters">Parameters<span class="colon">:</span><a class="headerlink" href="#parameters" title="Permalink to this headline"></a></dt>
<dd class="field-odd"><dl class="simple api-field highlight">
<dt id="p-shape"><span class="n sig-name">shape</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.ShapeLike/" title="galois.typing.ShapeLike (Python data) — A Union representing objects that can be coerced into a NumPy shape tuple.">ShapeLike</a></span></span><a class="headerlink" href="#p-shape" title="Permalink to this definition"></a></dt><dd><p>A NumPy-compliant <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.shape.html#numpy.ndarray.shape" title="(in NumPy v1.26)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">shape</span></code></a> tuple.</p>
</dd>
<dt id="p-dtype"><span class="n sig-name">dtype</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type.">DTypeLike</a><span class="w"> </span><span class="p">|</span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.11)">None</a></span></span><span class="w"> </span><span class="o">=</span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code><a class="headerlink" href="#p-dtype" title="Permalink to this definition"></a></dt><dd><p>The <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.dtype.html#numpy.dtype" title="(in NumPy v1.26)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.dtype</span></code></a> of the array elements. The default is <code class="code highlight python docutils literal highlight-python"><span class="kc">None</span></code> which represents the smallest
<dt id="p-dtype"><span class="n sig-name">dtype</span><span class="p">:</span><span class="w"> </span><span class="n"><span class="desctype"><a class="reference internal" href="../galois.typing.DTypeLike/" title="galois.typing.DTypeLike (Python data) — A Union representing objects that can be coerced into a NumPy data type.">DTypeLike</a><span class="w"> </span><span class="p">|</span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)">None</a></span></span><span class="w"> </span><span class="o">=</span><span class="w"> </span><code class="code python default_value docutils literal highlight highlight-python"><span class="kc">None</span></code><a class="headerlink" href="#p-dtype" title="Permalink to this definition"></a></dt><dd><p>The <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.dtype.html#numpy.dtype" title="(in NumPy v1.26)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.dtype</span></code></a> of the array elements. The default is <code class="code highlight python docutils literal highlight-python"><span class="kc">None</span></code> which represents the smallest
unsigned data type for this <a class="reference internal" href="../galois.Array/" title="galois.Array (Python class) — An abstract ndarray subclass over a Galois field or Galois ring."><code class="xref py py-obj docutils literal notranslate"><span class="pre">Array</span></code></a> subclass (the first element in
<a class="reference internal" href="../galois.Array.dtypes/" title="galois.Array.dtypes (Python property) — List of valid integer numpy.dtype values that are compatible with this Galois field or Galois ring."><code class="xref py py-obj docutils literal notranslate"><span class="pre">dtypes</span></code></a>).</p>
</dd>
Expand Down
Loading

0 comments on commit 1be6bf3

Please sign in to comment.