Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dorythecat committed Oct 21, 2024
1 parent 62bedbc commit beee81c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ plt.ylabel("Compute time (s)")
plt.show()
```
The tests have been run on the "Release" build of the program, available to download from GitHub, and have been tested
on a fairly common test rig, that should mimic an average computer/laptop setup. The graphs are at different scales
because I gave the program (mostly) the same runtime, except for the various Gauss' method graphs, where I was intrigued
by the sudden change in growth that happens precisely at 512x512 matrices. If anyone finds why this happens, please let
me know, and, kudos to you in advance.

The graphs are as follows:
### Gauss
Expand All @@ -53,4 +58,6 @@ The graphs are as follows:
![Adjugate (Gauss's determinant) from order 1 to 200.png](test%20results%2FAdjugate%20%28Gauss%29%201-200.png)

### Adjugate (Recursive minor determinant)
![Adjugate (Recursive minor determinant) from 1 to 12.png](test%20results%2FAdjugate%20%28Adjugate%29%201-12.png)
![Adjugate (Recursive minor determinant) from 1 to 12.png](test%20results%2FAdjugate%20%28Adjugate%29%201-12.png)

(This one was implemented separately, and we can't run much higher, since it is O(n!), and, if you know, you know)

0 comments on commit beee81c

Please sign in to comment.