Fabian Stark | 1a0a70d73cb | Renamed own gmres implementation | |
Fabian Stark | bf1f67e4b13 | Added SAI Gmres | |
Fabian Stark | e45e44199a5 | Added GMRES to ILU in Matlab | |
Fabian Stark | a7306209166 | change epsilon of Jacobi | |
Fabian Stark | e55767a77de | In Matlab ILU: Compare preconditioner to C | |
Fabian Stark | 121732ad3aa | Write L and its preconditioner to file after computation | |
Fabian Stark | 34cb024cd1f | added possibility to create full matrix with getMatrix.m | |
Fabian Stark | 0dfa734baad | fixed tiny bug in Jacobi | |
Fabian Stark | 4ea22303a1d | corrected typo | |
Fabian Stark | e0099c59417 | added ILU and Jacobi in Matlab | |
Fabian Stark | f430d6e0c35 | added 3000x3000 matrix and 5000x5000 matrix | |
Fabian Stark | d19feea7a17 | corrected wrong pattern in preconditioner of Jacobi | |
Fabian Stark | a656bc23b59 | added function to compute Frobenius norm | |
Fabian Stark | 2b9b52b85fc | Added function to compute Frobenius norm of a matrix | |
Fabian Stark | 380717b0da4 | Added 1000 x 1000 example | |
Fabian Stark | 480ed2c2343 | added Jacobi after ILU | |
Fabian Stark | 65ebe2f08e0 | added ILU to main | |
Fabian Stark | 3538a1a6e8b | added transpose to Matrix header file | |
Fabian Stark | 8f5bc2b197a | corrected Spai_Sub to compute necessary values | |
Fabian Stark | cfe3c48ca13 | added function to compute the transposed of a matrix | |
Fabian Stark | a8775ab935a | corrected error of nnz's in trilu | |
Fabian Stark | 3e14fda8c87 | added first example for one step of ILU | |
Fabian Stark | 976e76d123b | Added method to print matrix that can be copied directly into Matlab | |
Fabian Stark | 6d9738b1d14 | added function to compute tril and triu of our matrices | |
Fabian Stark | af2030be419 | Code Cleanup | |
Fabian Stark | 145d2ca0a01 | Code cleanup | |
Fabian Stark | e993762fc0c | Cleaned up Jacobi and moved it to an extra file | |
Fabian Stark | b2838a6682c | added Jacobi | |
Fabian Stark | b5b2c4cff6c | added function to efficiently compute the inverse diag of a matrixproduct | |
Fabian Stark | ad3a19cf0bb | forgot to push | |
Fabian Stark | f8f5e5b26c6 | added efficent function to convert our own matrix class to CSparse | |
Felix Müller | 6c021587b6a | Changed diag_of_prod.m | |
Felix Müller | a1538889e04 | Added Matlab-code for determination of diag(M*A) or diag(A*M) | |
Fabian Stark | 561b691b454 | solved issue that computation sometimes failed with I=J | |
Fabian Stark | 5dcb7421a74 | added preparation for one iteration of jacobi | |
Fabian Stark | 81742bf4d68 | Moved Jacobi from main to a seperate file | |
Felix Müller | 03f979baed7M | Merge branch 'feature/replace_I_by_J' of ssh://stash.htfs.de:7999/idp/mspai-serial into feature/replace_I_by_J | |
Felix Müller | daf1a431e04 | first jacobi example | |
Fabian Stark | 462f0ff5376 | added matlab sai examples | |
Fabian Stark | 9333ae06db3M | Merge branch 'feature/replace_I_by_J' of ssh://bitbucket.htfs.de:7999/idp/mspai-serial into feature/replace_I_by_J | |
Fabian Stark | 375d7cd332d | copied the matrix generator from the parallel code | |
Fabian Stark | 472fe80f79aM | Merge branch 'feature/replace_I_by_J' of ssh://stash.htfs.de:7999/idp/mspai-serial into feature/replace_I_by_J | |
Fabian Stark | 91a3d2ca433 | Added triangular solver also for lower triangular systems | |
Felix Müller | 783d7ba0100 | Added preconditioner of the small example matrix | |
Fabian Stark | 480cb646f6a | updated examples to frobenius norm | |
Fabian Stark | 443a739307f | corrected small mistake when checking input parameters | |
Fabian Stark | 1bfe3ed4d14 | Modified Makefile to allow Debugging in Eclipse | |
Fabian Stark | 922e1dc72d1 | Feature: Directly compute the Frobenius norm of A*M-B after M has beencomputed and display it in the console | |
Fabian Stark | 7fd94c65eecM | Merge branch 'feature/replace_I_by_J' of ssh://bitbucket.htfs.de:7999/idp/mspai-serial into feature/replace_I_by_J | |
Fabian Stark | a68a30d7905 | added 100.000 x 100.000 upper triangular matrix with 0.001% entries; updated Matlab code | |