Go to file
2021-01-29 10:23:22 +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 Converted overloaded functions into templates. Removed second size argument from the showMatrix function since we are only interested in square matrices. 2021-01-29 10:03:07 +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