Add tests for matrix reduction of complex examples
authorStefan Huber <shuber@sthu.org>
Mon, 11 Nov 2013 16:02:42 +0000 (17:02 +0100)
committerStefan Huber <shuber@sthu.org>
Tue, 12 Nov 2013 14:32:57 +0000 (15:32 +0100)
commit46e2e26363bfa07dc79d912ebe6df772942536bd
tree3e78d9430605ceb779242d7e10c201ad0dc2b83c
parent88ea14f1e9079c9b8c4af7aff01a3fe960e9472b
Add tests for matrix reduction of complex examples

- Move matrix_reduction() to a persistence class.
- Add persistence test suite.
- Add a few helper functions to boolean_matrix classes.
include/libstick-0.1/booleanmatrix.h
include/libstick-0.1/matrixreduction.h [deleted file]
include/libstick-0.1/persistence.h [new file with mode: 0644]
include/libstick-0.1/simplicialcomplex.h
tests/main.cc
tests/persistence.h [new file with mode: 0644]
tests/simplicialcomplex.h