blob: 28ed76713571c75ad982cdb17f3e403dd39d59c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# linsolver
Toy implementation of gaussian elimination with partial pivoting in python
# Testing
In order to test the code, run the following command in the project main's
folder
```
$ python -m pytest
```
|