Commit Graph

10 Commits

Author SHA1 Message Date
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 d909bd1bd7 removed test.txt 2019-04-07 21:19:21 +02:00
David Holzmüller 85c869200c Merge branch 'master' of https://github.com/dholzmueller/fast_sparse_interpolation 2019-04-07 21:00:31 +02:00
dholzmueller 113e7952a2
Create test.txt 2019-04-07 20:54:39 +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