Go to file
2021-02-02 15:08:41 +01:00
.gitignore Removed .vscode preferences dir from git index and added to .gitignore. 2021-01-29 10:23:22 +01:00
Makefile C++ implementation of algo 3 is working. Not optimised yet. 2021-01-27 17:19:41 +01:00
SM-Coppens-1.m Initial commit. 2021-01-25 15:25:23 +01:00
SM-MaponiA3.cpp Extracted the SM algorithm and wrote it as a void function that updates the passed old inverse. Does not work yet. For some reason the changes in the inverse do not persist when the function is finished. Also the inverse is not correct. 2021-02-02 15:08:41 +01:00
SMMaponiA3.m Initial commit. 2021-01-25 15:25:23 +01:00
SMMaponiA4.m Maponi algorithm 4 works for the modified Example 18 in the paper but not for general non-singlual NxN matrices yet. 2021-01-26 11:32:17 +01:00