Go to file
2021-03-12 12:38:50 +01:00
datasets * Fixed the 3x3 MaponiA3 C++ example. Update_index vector cannot have values that are smaller than 1 because the first colums in Fortran is stored at 1 and not 0. 2021-02-24 18:41:48 +01:00
include Removed matMul() from Helpers.hpp and renamed matMul2() to matMul(). 2021-03-10 15:27:53 +01:00
octave-tests Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. 2021-03-12 12:38:50 +01:00
src Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. 2021-03-12 12:38:50 +01:00
tests Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. 2021-03-12 12:38:50 +01:00
tools File tree restructured. Written build script build.sh. TODO: convert buld script into Makefile. 2021-02-26 17:28:52 +01:00
.gitignore Restructuring complete. Updated makefile. 2021-02-27 12:25:55 +01:00
Makefile Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. 2021-03-12 12:38:50 +01:00
runtests.sh Added environment variables source script. Added test script that loops over update cycles. Added test program that loops internally over test cycles. 2021-02-28 09:28:42 +01:00
smvarsrc Changed code to treat the dataset as replacement updates, instead of additive updates. Before the updates are used to compute the inverse they are transformed accordingly. 2021-03-12 12:38:50 +01:00