]>
git.sthu.org Git - libstick.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stefan Huber [Sun, 24 Nov 2013 14:07:43 +0000 (15:07 +0100)]
Add simplicial_complex::clear()
Stefan Huber [Sun, 24 Nov 2013 14:02:56 +0000 (15:02 +0100)]
interpret_reduction(): Show simplex value
Stefan Huber [Sun, 24 Nov 2013 12:18:32 +0000 (13:18 +0100)]
pkg-config: adapt include dir
Let include dir actually point to the directory where the header files
are.
Stefan Huber [Wed, 20 Nov 2013 15:38:22 +0000 (16:38 +0100)]
Add persistence::get_order()
Stefan Huber [Tue, 14 Jan 2014 14:03:42 +0000 (15:03 +0100)]
Remove obsolete ::reduce_boundary_matrix()
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.
Stefan Huber [Tue, 19 Nov 2013 12:36:03 +0000 (13:36 +0100)]
Move persistence checking code to unit tests
Stefan Huber [Tue, 19 Nov 2013 09:16:08 +0000 (10:16 +0100)]
Updating pkg-config file
Stefan Huber [Tue, 19 Nov 2013 08:47:17 +0000 (09:47 +0100)]
Renaming Simplex to simplex
Stefan Huber [Tue, 19 Nov 2013 08:45:10 +0000 (09:45 +0100)]
Add image to simplex conversion code
Stefan Huber [Thu, 14 Nov 2013 16:19:03 +0000 (17:19 +0100)]
build: set default build type, fix pkg-config file
Stefan Huber [Tue, 12 Nov 2013 23:20:49 +0000 (00:20 +0100)]
Do not create dummy shared lib
Stefan Huber [Tue, 12 Nov 2013 16:18:12 +0000 (17:18 +0100)]
Enable ctest, fix exit status of tests/tests
Stefan Huber [Tue, 12 Nov 2013 16:02:12 +0000 (17:02 +0100)]
Remove src/
Stefan Huber [Tue, 12 Nov 2013 14:32:09 +0000 (15:32 +0100)]
Add computaton of persistence diagrams
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.
Stefan Huber [Mon, 11 Nov 2013 12:51:37 +0000 (13:51 +0100)]
Coding style cleanup
Stefan Huber [Mon, 11 Nov 2013 12:39:15 +0000 (13:39 +0100)]
Add matrix reduction code
Stefan Huber [Thu, 7 Nov 2013 18:37:59 +0000 (19:37 +0100)]
Add booleanmatrix and simplicialcomplex
Stefan Huber [Mon, 4 Nov 2013 08:32:50 +0000 (09:32 +0100)]
initial commit