Commit Graph

8 Commits

Author SHA1 Message Date
David Holzmüller 17acf32b06 added files for performance measurement and plotting 2019-04-10 11:35:32 +02:00
David Holzmüller 245764aef0 changed main.cpp 2019-04-07 22:26:09 +02:00
David Holzmüller 71e618290f moved vector index counting back because it contained an error and was not faster and more ugly 2019-04-07 22:24:05 +02:00
David Holzmüller 1f457040a6 moved iterators to separate headers, moved vector index counting to iterator 2019-04-07 21:54:47 +02:00
David Holzmüller 999de0cbf7 new interface, new timing 2019-04-07 20:42:24 +02:00
David Holzmüller cc842d6d30 fully outsourced matrix vector multiplication 2019-04-07 17:42:28 +02:00
David Holzmüller 01cd5ced1b optimizations, tried optimization via iterator callback which is slower, separating matrix multiplication 2019-04-07 12:01:02 +02:00
David Holzmüller cc78e036b2 initial commit with a working interpolation code 2019-03-18 22:26:59 +01:00