summaryrefslogtreecommitdiff
path: root/src/benchmark.cpp
diff options
context:
space:
mode:
authorMichael Kerber <mkerber@fgeompc15.tugraz.local>2018-05-18 10:52:51 +0200
committerMichael Kerber <mkerber@fgeompc15.tugraz.local>2018-05-18 10:52:51 +0200
commite9800d103fcdd19f0417e89781761f7f85d8ec9b (patch)
tree44ead3590234364d38b95e0984a4b34027a1d69e /src/benchmark.cpp
parent872ca92b33ebe92dff2542cbdee6768e575e80aa (diff)
Column types are separated, and the matrix representation is more general in its container type
Diffstat (limited to 'src/benchmark.cpp')
-rw-r--r--src/benchmark.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/benchmark.cpp b/src/benchmark.cpp
index b552d33..7631d57 100644
--- a/src/benchmark.cpp
+++ b/src/benchmark.cpp
@@ -17,15 +17,7 @@
along with PHAT. If not, see <http://www.gnu.org/licenses/>. */
#include <phat/compute_persistence_pairs.h>
-
-#include <phat/representations/vector_vector.h>
-#include <phat/representations/vector_heap.h>
-#include <phat/representations/vector_set.h>
-#include <phat/representations/vector_list.h>
-#include <phat/representations/sparse_pivot_column.h>
-#include <phat/representations/heap_pivot_column.h>
-#include <phat/representations/full_pivot_column.h>
-#include <phat/representations/bit_tree_pivot_column.h>
+#include <phat/representations/default_representations.h>
#include <phat/algorithms/twist_reduction.h>
#include <phat/algorithms/standard_reduction.h>