Commit Graph

  • 3ff9aac145 stats main Luca Lombardo 2023-01-20 11:05:00 +0100
  • 42a1ce5244 typos and fixes, closing the project Luca Lombardo 2023-01-18 16:30:15 +0100
  • 36b5da4bca Changed norm 1 with norm 2. This does not change the fact that the shifted-GMRES doesn't work Luca Lombardo 2023-01-04 00:24:55 +0100
  • 6075ba0289 now the program prints the number of mv for each iteration in the standard power method Luca Lombardo 2023-01-04 00:23:52 +0100
  • 9cb4f2bb55 small fixes Luca Lombardo 2023-01-04 00:23:11 +0100
  • 8c0701b3ab added plor of mv in function of alpha Luca Lombardo 2023-01-04 00:22:43 +0100
  • d1dbf3bd01 final review Luca Lombardo 2022-12-27 17:52:38 +0100
  • 6678da6494 final version Luca Lombardo 2022-12-27 17:39:17 +0100
  • 1d3dd037f2 typos and small errors Luca Lombardo 2022-12-27 17:25:05 +0100
  • 5c3650d826 clear stats Luca Lombardo 2022-12-27 16:52:46 +0100
  • 74bc0d4de6 More clear description Luca Lombardo 2022-12-27 16:50:58 +0100
  • e3ae0ce14a Grammar review of the report Luca Lombardo 2022-12-27 16:47:38 +0100
  • 0e1a607dfd typo Luca Lombardo 2022-12-24 17:06:35 +0100
  • b4aed0d684 Other small final fixes Luca Lombardo 2022-12-24 16:58:12 +0100
  • 378fa96686 Small fixes to avoid path errors Luca Lombardo 2022-12-24 16:43:29 +0100
  • f31bab3543 Small refinements, little fixes may still be necessary Luca Lombardo 2022-12-24 16:20:55 +0100
  • 560bf58612 fixed the documentation Luca Lombardo 2022-12-24 16:16:36 +0100
  • 6024b9eb75 not needed anymor Luca Lombardo 2022-12-24 16:16:15 +0100
  • 13412816a0 GMRES does not work. Refined the code Luca Lombardo 2022-12-24 16:16:00 +0100
  • 462e21c0f2 small fixes Luca Lombardo 2022-12-24 16:15:27 +0100
  • 593c5a33cf instructions added to run the algorithms Luca Lombardo 2022-12-24 16:15:13 +0100
  • 5808251a09 big restyle, last fixes before final release Luca Lombardo 2022-12-23 17:16:33 +0100
  • 248045eb54 nothing works Luca Lombardo 2022-12-15 17:38:56 +0100
  • 646b2fe624 solved the problem of the linear system. The res vector gets zeroed, to do Luca Lombardo 2022-12-14 15:46:54 +0100
  • 55d9631ee4 now algo1 works perfectly Luca Lombardo 2022-12-14 15:46:17 +0100
  • 563a09b23c now algo4 is in the style of the other scripts, still don't know how to solve the linear system Luca Lombardo 2022-12-14 02:02:22 +0100
  • e2826e2a33 new main and algo file, working numerical test on algo1 Luca Lombardo 2022-12-14 02:01:35 +0100
  • 097fa7cf9f minor fixes Luca Lombardo 2022-12-14 02:01:00 +0100
  • 3e08fee18d removed old notebooks and unseful scripts Luca Lombardo 2022-12-14 02:00:41 +0100
  • 2df71072a6 small fixes to the code and the tex Luca Lombardo 2022-12-07 18:13:40 +0100
  • d91c796b57 algo 1 still works, algo2 and 4 are just placeholders Luca Lombardo 2022-12-05 17:34:08 +0100
  • 5e812a4e8d small fixes Luca Lombardo 2022-12-05 17:33:36 +0100
  • 2bacbb59a1 Can't solve the linear system on line 14 of the pseudocode Luca Lombardo 2022-12-05 17:33:14 +0100
  • 4b8c39ad84 now arnoldi works. last problem on algo 4. main to update Luca Lombardo 2022-12-04 23:01:22 +0100
  • 633655bc27 indentation problem Luca Lombardo 2022-10-14 16:42:09 +0200
  • fe332995d0 wrong indentation Luca Lombardo 2022-10-14 15:12:12 +0200
  • 1f78fbfd5b Merge branch 'main' of github.com:lukefleed/ShfitedPowGMRES Luca Lombardo 2022-10-14 12:20:09 +0200
  • bbf92fefca now arnoldi works, index problems. It still does not return the correct output required bythe paper Luca Lombardo 2022-10-14 12:18:43 +0200
  • 9b537b3c84
    Merge pull request #1 from lukefleed/dependabot/pip/numpy-1.22.0 Luca Lombardo 2022-10-14 09:57:32 +0200
  • 806b040708
    Bump numpy from 1.21.5 to 1.22.0 #1 dependabot[bot] 2022-10-14 07:57:14 +0000
  • 8212ec7c1a created automatic generated requirements Luca Lombardo 2022-10-13 21:45:46 +0200
  • 7b1f64f88a created automatic generated requirements Luca Lombardo 2022-10-13 21:45:36 +0200
  • 22601af85b created automatic generated requirements Luca Lombardo 2022-10-13 21:45:03 +0200
  • 7f02868820 wrong print Luca Lombardo 2022-10-13 16:25:57 +0200
  • 362287fcde minor fixes Luca Lombardo 2022-10-13 16:06:23 +0200
  • da82dcfa14 created a testing notebook for each algo Luca Lombardo 2022-10-13 16:05:49 +0200
  • 1c3c69b775 minor fixes Luca Lombardo 2022-10-11 18:11:45 +0200
  • d1236a291f starting to write the paper, words to change Luca Lombardo 2022-10-11 18:11:31 +0200
  • 679b17b3ce algo 2 still not working. idem for algo4 Luca Lombardo 2022-10-11 18:10:59 +0200
  • 2d101f402f clean stats Luca Lombardo 2022-10-09 11:07:58 +0200
  • d13c5c5bfb main script updated Luca Lombardo 2022-10-08 20:19:02 +0200
  • 2d1b6294a6 consider the results inside data folder Luca Lombardo 2022-10-08 20:18:43 +0200
  • ef1dd5238d start considering the data folder Luca Lombardo 2022-10-08 20:17:07 +0200
  • aa7364c261 refinend the algo1, starting to test algo2 Luca Lombardo 2022-10-08 20:14:42 +0200
  • 990d59e3ab testing over the algorithm 1 with different taus Luca Lombardo 2022-10-08 13:09:26 +0200
  • 6651a16f28 Now algo 1 works, I hope Luca Lombardo 2022-10-07 18:17:31 +0200
  • 74522d86d9 small fixes Luca Lombardo 2022-10-07 09:03:17 +0200
  • 6600f2ae1c
    Initial commit Luca Lombardo 2022-10-06 18:09:28 +0200