Commit Graph

  • a33d6ec928 added link to paper master David Holzmüller 2022-03-28 14:59:42 +0200
  • 2652938d1b removed NOTICE file from different project David Holzmüller 2021-03-31 11:14:21 +0200
  • 1f62f3d27e added more precise requirements in the README file, updated relative paths in the python files David Holzmüller 2021-03-31 10:58:09 +0200
  • ed45882759
    Update README.md David Holzmüller 2021-01-08 10:21:36 +0100
  • 03e7e44016
    Update README.md David Holzmüller 2021-01-07 15:59:59 +0100
  • d8eacba0c8 small change David Holzmüller 2019-04-16 19:00:37 +0200
  • c3ceb7e7bf reconfigured for performance measurement David Holzmüller 2019-04-16 18:58:54 +0200
  • 8cf4f2ceae added documentation/comments David Holzmüller 2019-04-16 18:58:26 +0200
  • d981a96048 more fine-grained single multiplication functions, reuse of buffer -> faster implementation, configured for performance measurement David Holzmüller 2019-04-13 14:42:55 +0200
  • ce033a24a3 improved performance plotting: more runs, better stopping criterion, warm-up David Holzmüller 2019-04-13 11:13:40 +0200
  • 3d10668aba slight cleanup David Holzmüller 2019-04-12 09:28:24 +0200
  • 246b045406 MultiDimVector 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
  • 7d02f0213a MultiDimVector now contains an iterator, is a template and automatically allocates the right space David Holzmüller 2019-04-11 17:51:54 +0200
  • 52b0077922 resize instead of reserve gained some efficiency David Holzmüller 2019-04-11 17:38:33 +0200
  • 6cab30f64c moved todos, added function to iterator David Holzmüller 2019-04-11 17:22:35 +0200
  • 5881276bd4 added plotting to latex, changed performance measurement for more evenly spaced data David Holzmüller 2019-04-10 12:51:59 +0200
  • 17acf32b06 added files for performance measurement and plotting David Holzmüller 2019-04-10 11:35:32 +0200
  • 0ad5239581 adjusted readme file David Holzmüller 2019-04-07 22:35:01 +0200
  • 245764aef0 changed main.cpp David Holzmüller 2019-04-07 22:26:09 +0200
  • 71e618290f moved 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
  • 1f457040a6 moved iterators to separate headers, moved vector index counting to iterator David Holzmüller 2019-04-07 21:54:47 +0200
  • d909bd1bd7 removed test.txt David Holzmüller 2019-04-07 21:19:21 +0200
  • 85c869200c Merge branch 'master' of https://github.com/dholzmueller/fast_sparse_interpolation David Holzmüller 2019-04-07 21:00:31 +0200
  • 113e7952a2
    Create test.txt dholzmueller 2019-04-07 20:54:39 +0200
  • 999de0cbf7 new interface, new timing David Holzmüller 2019-04-07 20:42:24 +0200
  • cc842d6d30 fully outsourced matrix vector multiplication David Holzmüller 2019-04-07 17:42:28 +0200
  • 01cd5ced1b optimizations, tried optimization via iterator callback which is slower, separating matrix multiplication David Holzmüller 2019-04-07 12:01:02 +0200
  • cc78e036b2 initial commit with a working interpolation code David Holzmüller 2019-03-18 22:26:59 +0100