Skip to content

Commit

Permalink
Cleaning up by keeping the old content indexed but otherwise only local
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 8, 2023
1 parent 0c31b8b commit cfc149f
Show file tree
Hide file tree
Showing 52 changed files with 8 additions and 12,720 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ profiling
.DS_Store
**/**.DS_Store
wheelhouse
todo

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
14 changes: 7 additions & 7 deletions docs/src/integration/python_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"title: \"Python Integration\"\n",
"---"
],
"id": "52d4a963"
"id": "556449dc"
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To demonstrate the SLQ method in Python, we start with a simple symmetric matrix $A \\in \\mathbb{R}^{n \\times n}$. \n"
],
"id": "e481b847"
"id": "8a120a38"
},
{
"cell_type": "code",
Expand All @@ -26,7 +26,7 @@
"from primate.random import symmetric\n",
"A = symmetric(150, psd = True)"
],
"id": "bdd82c2c",
"id": "e7000a74",
"execution_count": null,
"outputs": []
},
Expand All @@ -36,7 +36,7 @@
"source": [
"This generates a random positive semi-definite matrix with eigenvalues in the interval $[0, 1]$. \n"
],
"id": "2682a34d"
"id": "825ad88c"
},
{
"cell_type": "code",
Expand All @@ -47,7 +47,7 @@
"from bokeh.io import output_notebook\n",
"output_notebook()"
],
"id": "22055528",
"id": "57f0ef78",
"execution_count": null,
"outputs": []
},
Expand All @@ -58,7 +58,7 @@
"from primate.trace import sl_trace\n",
"estimates = sl_trace(A, plot=True)"
],
"id": "a1a51aa5",
"id": "0f5e4f2c",
"execution_count": null,
"outputs": []
},
Expand All @@ -71,7 +71,7 @@
"print(f\"Samples std. deviation: {estimates.std(ddof=1)}\")\n",
"print(f\"Estimator standard error: {estimates.std(ddof=1)/np.sqrt(len(estimates))}\")"
],
"id": "79f77f58",
"id": "207e34ca",
"execution_count": null,
"outputs": []
}
Expand Down
15 changes: 0 additions & 15 deletions todo/.rendered.somecode.cpp

This file was deleted.

138 changes: 0 additions & 138 deletions todo/_call.cpp

This file was deleted.

Loading

0 comments on commit cfc149f

Please sign in to comment.