We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ffd5 commit baf934fCopy full SHA for baf934f
DIRECTORY.md
@@ -559,9 +559,9 @@
559
* [Test Knapsack](knapsack/tests/test_knapsack.py)
560
561
## Linear Algebra
562
- * [Lanczos-Algorithm](linear_algebra/Lanczos-algorithm.py)
563
* [Gaussian Elimination](linear_algebra/gaussian_elimination.py)
564
* [Jacobi Iteration Method](linear_algebra/jacobi_iteration_method.py)
+ * [Lanczos Algorithm](linear_algebra/lanczos_algorithm.py)
565
* [Lu Decomposition](linear_algebra/lu_decomposition.py)
566
* Src
567
* [Conjugate Gradient](linear_algebra/src/conjugate_gradient.py)
0 commit comments