libstick.git
10 years agoUse more efficient colmatrix-based reduction
Stefan Huber [Tue, 19 Nov 2013 15:27:22 +0000 (16:27 +0100)]
Use more efficient colmatrix-based reduction

- Use colmatrix as boundary matrix.
- Use faster set_symmetric_difference() for colmatrix::add_column().
- Move diagram sanity checks to unit tests.
- Make lowestones a col-index vector indexed by row-indices.
- Test lowestones in unit tests, which are independt of the reduction
  algorithm.

10 years agoMove persistence checking code to unit tests
Stefan Huber [Tue, 19 Nov 2013 12:36:03 +0000 (13:36 +0100)]
Move persistence checking code to unit tests

10 years agoUpdating pkg-config file
Stefan Huber [Tue, 19 Nov 2013 09:16:08 +0000 (10:16 +0100)]
Updating pkg-config file

10 years agoRenaming Simplex to simplex
Stefan Huber [Tue, 19 Nov 2013 08:47:17 +0000 (09:47 +0100)]
Renaming Simplex to simplex

10 years agoAdd image to simplex conversion code
Stefan Huber [Tue, 19 Nov 2013 08:45:10 +0000 (09:45 +0100)]
Add image to simplex conversion code

10 years agobuild: set default build type, fix pkg-config file
Stefan Huber [Thu, 14 Nov 2013 16:19:03 +0000 (17:19 +0100)]
build: set default build type, fix pkg-config file

10 years agoDo not create dummy shared lib
Stefan Huber [Tue, 12 Nov 2013 23:20:49 +0000 (00:20 +0100)]
Do not create dummy shared lib

10 years agoEnable ctest, fix exit status of tests/tests
Stefan Huber [Tue, 12 Nov 2013 16:18:12 +0000 (17:18 +0100)]
Enable ctest, fix exit status of tests/tests

10 years agoRemove src/
Stefan Huber [Tue, 12 Nov 2013 16:02:12 +0000 (17:02 +0100)]
Remove src/

10 years agoAdd computaton of persistence diagrams
Stefan Huber [Tue, 12 Nov 2013 14:32:09 +0000 (15:32 +0100)]
Add computaton of persistence diagrams

10 years agoAdd tests for matrix reduction of complex examples
Stefan Huber [Mon, 11 Nov 2013 16:02:42 +0000 (17:02 +0100)]
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.

10 years agoCoding style cleanup
Stefan Huber [Mon, 11 Nov 2013 12:51:37 +0000 (13:51 +0100)]
Coding style cleanup

10 years agoAdd matrix reduction code
Stefan Huber [Mon, 11 Nov 2013 12:39:15 +0000 (13:39 +0100)]
Add matrix reduction code

10 years agoAdd booleanmatrix and simplicialcomplex
Stefan Huber [Thu, 7 Nov 2013 18:37:59 +0000 (19:37 +0100)]
Add booleanmatrix and simplicialcomplex

10 years agoinitial commit
Stefan Huber [Mon, 4 Nov 2013 08:32:50 +0000 (09:32 +0100)]
initial commit