Skip to content

Commit 5844612

Browse files
author
SymPy (Travis CI)
committed
Update dev doc after building 15327
1 parent 78a3d8e commit 5844612

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

dev/modules/core.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6936,7 +6936,7 @@ <h3>Dict<a class="headerlink" href="#dict" title="Permalink to this headline">¶
69366936
<h3>iterable<a class="headerlink" href="#iterable" title="Permalink to this headline">¶</a></h3>
69376937
<dl class="function">
69386938
<dt id="sympy.core.compatibility.iterable">
6939-
<tt class="descclassname">sympy.core.compatibility.</tt><tt class="descname">iterable</tt><big>(</big><em>i</em>, <em>exclude=((&lt;type 'str'&gt;</em>, <em>&lt;type 'unicode'&gt;)</em>, <em>&lt;type 'dict'&gt;</em>, <em>&lt;class sympy.core.compatibility.NotIterable at 0x2b52cb0&gt;)</em><big>)</big><a class="reference internal" href="../_modules/sympy/core/compatibility.html#iterable"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.core.compatibility.iterable" title="Permalink to this definition">¶</a></dt>
6939+
<tt class="descclassname">sympy.core.compatibility.</tt><tt class="descname">iterable</tt><big>(</big><em>i</em>, <em>exclude=((&lt;type 'str'&gt;</em>, <em>&lt;type 'unicode'&gt;)</em>, <em>&lt;type 'dict'&gt;</em>, <em>&lt;class sympy.core.compatibility.NotIterable at 0x192bcb0&gt;)</em><big>)</big><a class="reference internal" href="../_modules/sympy/core/compatibility.html#iterable"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.core.compatibility.iterable" title="Permalink to this definition">¶</a></dt>
69406940
<dd><p>Return a boolean indicating whether <tt class="docutils literal"><span class="pre">i</span></tt> is SymPy iterable.
69416941
True also indicates that the iterator is finite, i.e. you e.g.
69426942
call list(...) on the instance.</p>

dev/modules/matrices/dense.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h2>Matrix Class Reference<a class="headerlink" href="#matrix-class-reference" t
305305

306306
<dl class="method">
307307
<dt id="sympy.matrices.dense.MutableDenseMatrix.simplify">
308-
<tt class="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=&lt;function count_ops at 0x321fd70&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/dense.html#MutableDenseMatrix.simplify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.dense.MutableDenseMatrix.simplify" title="Permalink to this definition"></a></dt>
308+
<tt class="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=&lt;function count_ops at 0x1ff8d70&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/dense.html#MutableDenseMatrix.simplify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.dense.MutableDenseMatrix.simplify" title="Permalink to this definition"></a></dt>
309309
<dd><p>Applies simplify to the elements of a matrix in place.</p>
310310
<p>This is a shortcut for M.applyfunc(lambda x: simplify(x, ratio, measure))</p>
311311
<div class="admonition-see-also admonition seealso">

dev/modules/matrices/matrices.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
704704

705705
<dl class="method">
706706
<dt id="sympy.matrices.matrices.MatrixBase.LUdecomposition">
707-
<tt class="descname">LUdecomposition</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition" title="Permalink to this definition"></a></dt>
707+
<tt class="descname">LUdecomposition</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition" title="Permalink to this definition"></a></dt>
708708
<dd><p>Returns the decomposition LU and the row swaps p.</p>
709709
<div class="admonition-see-also admonition seealso">
710710
<p class="first admonition-title">See also</p>
@@ -750,7 +750,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
750750

751751
<dl class="method">
752752
<dt id="sympy.matrices.matrices.MatrixBase.LUdecomposition_Simple">
753-
<tt class="descname">LUdecomposition_Simple</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition_Simple"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition_Simple" title="Permalink to this definition"></a></dt>
753+
<tt class="descname">LUdecomposition_Simple</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition_Simple"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition_Simple" title="Permalink to this definition"></a></dt>
754754
<dd><p>Returns A comprised of L, U (L&#8217;s diag entries are 1) and
755755
p which is the list of the row swaps (in order).</p>
756756
<div class="admonition-see-also admonition seealso">
@@ -761,7 +761,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
761761

762762
<dl class="method">
763763
<dt id="sympy.matrices.matrices.MatrixBase.LUsolve">
764-
<tt class="descname">LUsolve</tt><big>(</big><em>rhs</em>, <em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUsolve"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUsolve" title="Permalink to this definition"></a></dt>
764+
<tt class="descname">LUsolve</tt><big>(</big><em>rhs</em>, <em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUsolve"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUsolve" title="Permalink to this definition"></a></dt>
765765
<dd><p>Solve the linear system Ax = rhs for x where A = self.</p>
766766
<p>This is for symbolic matrices, for real or complex ones use
767767
sympy.mpmath.lu_solve or sympy.mpmath.qr_solve.</p>
@@ -941,7 +941,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
941941

942942
<dl class="method">
943943
<dt id="sympy.matrices.matrices.MatrixBase.berkowitz_charpoly">
944-
<tt class="descname">berkowitz_charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=&lt;function simplify at 0x3a25d70&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.berkowitz_charpoly"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.berkowitz_charpoly" title="Permalink to this definition"></a></dt>
944+
<tt class="descname">berkowitz_charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=&lt;function simplify at 0x27fed70&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.berkowitz_charpoly"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.berkowitz_charpoly" title="Permalink to this definition"></a></dt>
945945
<dd><p>Computes characteristic polynomial minors using Berkowitz method.</p>
946946
<p>A PurePoly is returned so using different variables for <tt class="docutils literal"><span class="pre">x</span></tt> does
947947
not affect the comparison or the polynomials:</p>
@@ -1007,7 +1007,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
10071007

10081008
<dl class="method">
10091009
<dt id="sympy.matrices.matrices.MatrixBase.charpoly">
1010-
<tt class="descname">charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=&lt;function simplify at 0x3a25d70&gt;</em><big>)</big><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.charpoly" title="Permalink to this definition"></a></dt>
1010+
<tt class="descname">charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=&lt;function simplify at 0x27fed70&gt;</em><big>)</big><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.charpoly" title="Permalink to this definition"></a></dt>
10111011
<dd><p>Computes characteristic polynomial minors using Berkowitz method.</p>
10121012
<p>A PurePoly is returned so using different variables for <tt class="docutils literal"><span class="pre">x</span></tt> does
10131013
not affect the comparison or the polynomials:</p>
@@ -1556,7 +1556,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
15561556

15571557
<dl class="method">
15581558
<dt id="sympy.matrices.matrices.MatrixBase.inverse_ADJ">
1559-
<tt class="descname">inverse_ADJ</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_ADJ"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_ADJ" title="Permalink to this definition"></a></dt>
1559+
<tt class="descname">inverse_ADJ</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_ADJ"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_ADJ" title="Permalink to this definition"></a></dt>
15601560
<dd><p>Calculates the inverse using the adjugate matrix and a determinant.</p>
15611561
<div class="admonition-see-also admonition seealso">
15621562
<p class="first admonition-title">See also</p>
@@ -1566,7 +1566,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
15661566

15671567
<dl class="method">
15681568
<dt id="sympy.matrices.matrices.MatrixBase.inverse_GE">
1569-
<tt class="descname">inverse_GE</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_GE"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_GE" title="Permalink to this definition"></a></dt>
1569+
<tt class="descname">inverse_GE</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_GE"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_GE" title="Permalink to this definition"></a></dt>
15701570
<dd><p>Calculates the inverse using Gaussian elimination.</p>
15711571
<div class="admonition-see-also admonition seealso">
15721572
<p class="first admonition-title">See also</p>
@@ -1576,7 +1576,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
15761576

15771577
<dl class="method">
15781578
<dt id="sympy.matrices.matrices.MatrixBase.inverse_LU">
1579-
<tt class="descname">inverse_LU</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_LU"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_LU" title="Permalink to this definition"></a></dt>
1579+
<tt class="descname">inverse_LU</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_LU"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_LU" title="Permalink to this definition"></a></dt>
15801580
<dd><p>Calculates the inverse using LU decomposition.</p>
15811581
<div class="admonition-see-also admonition seealso">
15821582
<p class="first admonition-title">See also</p>
@@ -2547,7 +2547,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
25472547

25482548
<dl class="method">
25492549
<dt id="sympy.matrices.matrices.MatrixBase.rank">
2550-
<tt class="descname">rank</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em>, <em>simplify=False</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rank"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.rank" title="Permalink to this definition"></a></dt>
2550+
<tt class="descname">rank</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em>, <em>simplify=False</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rank"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.rank" title="Permalink to this definition"></a></dt>
25512551
<dd><p>Returns the rank of a matrix</p>
25522552
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy</span> <span class="kn">import</span> <span class="n">Matrix</span>
25532553
<span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.abc</span> <span class="kn">import</span> <span class="n">x</span>
@@ -2626,7 +2626,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
26262626

26272627
<dl class="method">
26282628
<dt id="sympy.matrices.matrices.MatrixBase.rref">
2629-
<tt class="descname">rref</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x3b25668&gt;</em>, <em>simplify=False</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rref"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.rref" title="Permalink to this definition"></a></dt>
2629+
<tt class="descname">rref</tt><big>(</big><em>iszerofunc=&lt;function _iszero at 0x28fe668&gt;</em>, <em>simplify=False</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rref"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.rref" title="Permalink to this definition"></a></dt>
26302630
<dd><p>Return reduced row-echelon form of matrix and indices of pivot vars.</p>
26312631
<p>To simplify elements before finding nonzero pivots set simplify=True
26322632
(to use the default SymPy simplify function) or pass a custom
@@ -2662,7 +2662,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
26622662

26632663
<dl class="method">
26642664
<dt id="sympy.matrices.matrices.MatrixBase.simplify">
2665-
<tt class="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=&lt;function count_ops at 0x321fd70&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.simplify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.simplify" title="Permalink to this definition"></a></dt>
2665+
<tt class="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=&lt;function count_ops at 0x1ff8d70&gt;</em><big>)</big><a class="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.simplify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sympy.matrices.matrices.MatrixBase.simplify" title="Permalink to this definition"></a></dt>
26662666
<dd><p>Apply simplify to each element of the matrix.</p>
26672667
<p class="rubric">Examples</p>
26682668
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.abc</span> <span class="kn">import</span> <span class="n">x</span><span class="p">,</span> <span class="n">y</span>

0 commit comments

Comments
 (0)