diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-14 17:34:43 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-14 17:34:43 +0200 |
commit | 35b9fdf6b4c8e34e13dac72899f05be9afccc0e1 (patch) | |
tree | 0c1c21676346566f6fb84a6039e5744f96150c15 /.gitignore | |
parent | 45aaf49cb3fe07b006316bacac1318f07a08cc19 (diff) |
linsolver: Finish gaussian elimination
* linsolver/solvers.py (gaussian_eliminate): Finish implementation.
* linsolver/README.md: Add description.
* linsolver/.gitignore: New file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3883e04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +.mypy_cache |