Skip to content

Commit 3f422ca

Browse files
committed
deploy: af923e5
1 parent eefea35 commit 3f422ca

File tree

7 files changed

+584
-45
lines changed

7 files changed

+584
-45
lines changed

genindex.html

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ <h1 id="index">Index</h1>
3737

3838
<div class="genindex-jumpbox">
3939
<a href="#C"><strong>C</strong></a>
40+
| <a href="#E"><strong>E</strong></a>
41+
| <a href="#L"><strong>L</strong></a>
4042
| <a href="#M"><strong>M</strong></a>
4143
| <a href="#P"><strong>P</strong></a>
4244
| <a href="#R"><strong>R</strong></a>
@@ -45,7 +47,37 @@ <h1 id="index">Index</h1>
4547
<h2 id="C">C</h2>
4648
<table style="width: 100%" class="indextable genindextable"><tr>
4749
<td style="width: 33%; vertical-align: top;"><ul>
48-
<li><a href="pyclassify.html#pyclassify.utils.check_A_square_matrix">check_A_square_matrix() (in module pyclassify.utils)</a>
50+
<li><a href="pyclassify.html#pyclassify.utils.check_square_matrix">check_square_matrix() (in module pyclassify.utils)</a>
51+
</li>
52+
</ul></td>
53+
<td style="width: 33%; vertical-align: top;"><ul>
54+
<li><a href="pyclassify.html#pyclassify.utils.check_symm_square">check_symm_square() (in module pyclassify.utils)</a>
55+
</li>
56+
<li><a href="pyclassify.html#pyclassify.EigenSolver.compute_eigenval">compute_eigenval() (pyclassify.EigenSolver method)</a>
57+
</li>
58+
</ul></td>
59+
</tr></table>
60+
61+
<h2 id="E">E</h2>
62+
<table style="width: 100%" class="indextable genindextable"><tr>
63+
<td style="width: 33%; vertical-align: top;"><ul>
64+
<li><a href="pyclassify.html#pyclassify.EigenSolver.eig">eig() (pyclassify.EigenSolver method)</a>
65+
</li>
66+
<li><a href="pyclassify.html#pyclassify.EigenSolver">EigenSolver (class in pyclassify)</a>
67+
</li>
68+
</ul></td>
69+
<td style="width: 33%; vertical-align: top;"><ul>
70+
<li><a href="pyclassify.html#pyclassify.eigenvalues_np">eigenvalues_np() (in module pyclassify)</a>
71+
</li>
72+
<li><a href="pyclassify.html#pyclassify.eigenvalues_sp">eigenvalues_sp() (in module pyclassify)</a>
73+
</li>
74+
</ul></td>
75+
</tr></table>
76+
77+
<h2 id="L">L</h2>
78+
<table style="width: 100%" class="indextable genindextable"><tr>
79+
<td style="width: 33%; vertical-align: top;"><ul>
80+
<li><a href="pyclassify.html#pyclassify.EigenSolver.Lanczos_PRO">Lanczos_PRO() (pyclassify.EigenSolver method)</a>
4981
</li>
5082
</ul></td>
5183
</tr></table>
@@ -54,13 +86,17 @@ <h2 id="M">M</h2>
5486
<table style="width: 100%" class="indextable genindextable"><tr>
5587
<td style="width: 33%; vertical-align: top;"><ul>
5688
<li><a href="pyclassify.html#pyclassify.utils.make_symmetric">make_symmetric() (in module pyclassify.utils)</a>
89+
</li>
90+
<li><a href="pyclassify.html#pyclassify.utils.max_iteration_warning">max_iteration_warning() (in module pyclassify.utils)</a>
5791
</li>
5892
</ul></td>
5993
<td style="width: 33%; vertical-align: top;"><ul>
6094
<li>
6195
module
6296

6397
<ul>
98+
<li><a href="pyclassify.html#module-pyclassify">pyclassify</a>
99+
</li>
64100
<li><a href="pyclassify.html#module-pyclassify.utils">pyclassify.utils</a>
65101
</li>
66102
</ul></li>
@@ -70,11 +106,22 @@ <h2 id="M">M</h2>
70106
<h2 id="P">P</h2>
71107
<table style="width: 100%" class="indextable genindextable"><tr>
72108
<td style="width: 33%; vertical-align: top;"><ul>
73-
<li><a href="pyclassify.html#pyclassify.utils.power_method_numba_helper">power_method_numba_helper() (in module pyclassify.utils)</a>
109+
<li><a href="pyclassify.html#pyclassify.power_method">power_method() (in module pyclassify)</a>
110+
</li>
111+
<li><a href="pyclassify.html#pyclassify.power_method_numba">power_method_numba() (in module pyclassify)</a>
112+
</li>
113+
<li><a href="pyclassify.html#pyclassify.utils.profile_with_cprofile">profile_with_cprofile() (in module pyclassify.utils)</a>
74114
</li>
75115
</ul></td>
76116
<td style="width: 33%; vertical-align: top;"><ul>
77117
<li>
118+
pyclassify
119+
120+
<ul>
121+
<li><a href="pyclassify.html#module-pyclassify">module</a>
122+
</li>
123+
</ul></li>
124+
<li>
78125
pyclassify.utils
79126

80127
<ul>
@@ -122,7 +169,7 @@ <h1 class="logo"><a href="index.html">final_project</a></h1>
122169
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
123170
<ul>
124171
<li class="toctree-l1"><a class="reference internal" href="pyclassify.html">PyClassify Module Documentation</a></li>
125-
<li class="toctree-l1"><a class="reference internal" href="pyclassify.html#functions">Functions:</a></li>
172+
<li class="toctree-l1"><a class="reference internal" href="pyclassify.html#module-pyclassify">Functions:</a></li>
126173
<li class="toctree-l1"><a class="reference internal" href="pyclassify.html#module-pyclassify.utils">Submodule: utils</a></li>
127174
</ul>
128175

0 commit comments

Comments
 (0)