aboutsummaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17Create debug function for printing GenSparse structsGertjan van den Burg1-5/+55
2016-10-14documentation fixesGertjan van den Burg1-2/+2
2016-10-14add sparse matrices to GenSVM and reorganize update functionalityGertjan van den Burg5-757/+1129
2016-10-06change timer functionality to use clock_monotonic_rawGertjan van den Burg1-0/+34
2016-10-06Switch to using dsyrk instead of dsyr for speed.Gertjan van den Burg2-22/+114
Also added a workspace (GenWork) structure for to hold working matrices for the gensvm_get_update() and gensvm_get_loss() functions
2016-09-30rewrite of the update function to use only rank 1 operations where possibleGertjan van den Burg1-26/+12
2016-09-30Rewrite UU matrix to be K*K*(K-1) instead of n*K*(K-1)Gertjan van den Burg2-215/+177
significant memory reduction by turning the 3D UU matrix into a 2D block matrix, with significantly less dimensions
2016-09-30Remove category matrix from implementationGertjan van den Burg1-69/+5
It's a remnant from the Matlab implementation, where it actually makes sense to use. Here it becomes a significant memory burden for large datasets, and doesn't provide any speedup
2016-09-30minor changes and start on test of gensvm_optimizeGertjan van den Burg1-2/+116
2016-09-30Break up update function and add unit tests for partsGertjan van den Burg1-7/+461
2016-09-22More unit tests for optimizeGertjan van den Burg1-6/+694
Also added auxiliary Octave files used to construct the unit tests
2016-09-20minor improvementsGertjan van den Burg1-2/+2
2016-09-20Unit tests for printing and removal of gensvm_print_stringGertjan van den Burg1-0/+90
Using gensvm_print_string seemed unnecessary, so removed it
2016-09-20Unit tests and corresponding dataGertjan van den Burg7-0/+1640
2016-05-22add unit tests for string utilitiesGertjan van den Burg1-0/+268
2016-05-20further work on unit tests for cmdarg, queue, and baseGertjan van den Burg3-4/+89
2016-05-18remove superfluous dependencyGertjan van den Burg1-1/+0
2016-05-17start adding unit testsGertjan van den Burg6-0/+509