aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-14 17:34:43 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-05-14 17:34:43 +0200
commit35b9fdf6b4c8e34e13dac72899f05be9afccc0e1 (patch)
tree0c1c21676346566f6fb84a6039e5744f96150c15 /README.md
parent45aaf49cb3fe07b006316bacac1318f07a08cc19 (diff)
linsolver: Finish gaussian elimination
* linsolver/solvers.py (gaussian_eliminate): Finish implementation. * linsolver/README.md: Add description. * linsolver/.gitignore: New file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..22bc85d 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,3 @@
+# linsolver
+
+Toy implementation of gaussian elimination with partial pivoting in python