Update README.md
David Holzmüller
2021-01-07 15:59:59 +0100
d8eacba0c8small change
David Holzmüller
2019-04-16 19:00:37 +0200
c3ceb7e7bfreconfigured for performance measurement
David Holzmüller
2019-04-16 18:58:54 +0200
8cf4f2ceaeadded documentation/comments
David Holzmüller
2019-04-16 18:58:26 +0200
d981a96048more fine-grained single multiplication functions, reuse of buffer -> faster implementation, configured for performance measurement
David Holzmüller
2019-04-13 14:42:55 +0200
ce033a24a3improved performance plotting: more runs, better stopping criterion, warm-up
David Holzmüller
2019-04-13 11:13:40 +0200
3d10668abaslight cleanup
David Holzmüller
2019-04-12 09:28:24 +0200
246b045406MultiDimVector now provides a begin() end() interface with a corresponding iterator, also added some operations for vector arithmetic and reconstruction error check
David Holzmüller
2019-04-11 18:50:10 +0200
7d02f0213aMultiDimVector now contains an iterator, is a template and automatically allocates the right space
David Holzmüller
2019-04-11 17:51:54 +0200
52b0077922resize instead of reserve gained some efficiency
David Holzmüller
2019-04-11 17:38:33 +0200
6cab30f64cmoved todos, added function to iterator
David Holzmüller
2019-04-11 17:22:35 +0200
5881276bd4added plotting to latex, changed performance measurement for more evenly spaced data
David Holzmüller
2019-04-10 12:51:59 +0200
17acf32b06added files for performance measurement and plotting
David Holzmüller
2019-04-10 11:35:32 +0200
0ad5239581adjusted readme file
David Holzmüller
2019-04-07 22:35:01 +0200
245764aef0changed main.cpp
David Holzmüller
2019-04-07 22:26:09 +0200
71e618290fmoved vector index counting back because it contained an error and was not faster and more ugly
David Holzmüller
2019-04-07 22:24:05 +0200
1f457040a6moved iterators to separate headers, moved vector index counting to iterator
David Holzmüller
2019-04-07 21:54:47 +0200
d909bd1bd7removed test.txt
David Holzmüller
2019-04-07 21:19:21 +0200
999de0cbf7new interface, new timing
David Holzmüller
2019-04-07 20:42:24 +0200
cc842d6d30fully outsourced matrix vector multiplication
David Holzmüller
2019-04-07 17:42:28 +0200
01cd5ced1boptimizations, tried optimization via iterator callback which is slower, separating matrix multiplication
David Holzmüller
2019-04-07 12:01:02 +0200
cc78e036b2initial commit with a working interpolation code
David Holzmüller
2019-03-18 22:26:59 +0100