Commit Graph

18 Commits

Author SHA1 Message Date
8cfa2c9c18 Refactored Direct Methods 2021-03-21 19:45:18 +01:00
37feb7c484 Refactored comments 2021-03-14 18:40:53 +01:00
7e55d72cfe Added Householder algorithm and introduced Householder QR (got R, gotta find Q) 2021-03-14 15:34:25 +01:00
121ada24f9 P works just fine 2021-03-13 21:17:25 +01:00
8a90e7eecd Added Algorithm 10 2021-03-13 21:13:03 +01:00
19cba61d44 Added Algorithm 8 and refactored code 2021-03-13 20:23:23 +01:00
d6b6b159af Crout's algorithm works just fine 2021-03-13 19:02:40 +01:00
f2fc11bfc0 Added Algorithm 7 and refactored prevoius Algorithms 2021-03-13 17:46:26 +01:00
be23b626db Added shitty Algorithm 6 2021-03-13 16:16:01 +01:00
41b7057eab Refactored functions from 1 to 5 2021-03-13 13:42:56 +01:00
302dc37f78 Modified Algorithm 5 2021-03-13 13:33:13 +01:00
d4d323fd19 All algorithms from 1 to 5 work just fine! 2021-03-07 22:56:18 +01:00
f79e4508b1 Gauss-Jordan 2021-03-06 20:58:52 +01:00
7809b5d87b So tired 2021-03-06 20:58:15 +01:00
87f957d903 Introduced forward_substitution() 2021-03-06 18:17:36 +01:00
7742a178b7 Fixed Algs 1 and 4 and introduced gaussian_elimination_with_complete_pivoting 2021-03-06 15:54:10 +01:00
2b47852870 Introduced outer_product_gaussian_elimination() and back_substitution() 2021-03-06 14:15:22 +01:00
e2a9a9425c First Commit 2021-03-06 13:11:29 +01:00