Factor out simplicial_function
authorStefan Huber <shuber@sthu.org>
Thu, 27 Nov 2014 10:47:53 +0000 (11:47 +0100)
committerStefan Huber <shuber@sthu.org>
Thu, 27 Nov 2014 10:51:38 +0000 (11:51 +0100)
commit7186ae9cc97393496d7f0e0cb281524276f1e47c
treebfa41976d27ff5e33fde70e8a9659fa6d6d5c707
parentd6673c66ae1cb2b421b6e0c4b6a2f6ea6f0fad98
Factor out simplicial_function

- Factor out simplicial_function<MAXDIM, IT, VT> from
  simplical_complex.
- simplicial_complex<MAXDIM, IT> is now independent from the value type
  VT, and so is the persistence computation.
- Simplified test cases for simplicial functions and complexes.
include/libstick/image.h
include/libstick/persistence.h
include/libstick/simplicialcomplex.h
include/libstick/simplicialfunction.h [new file with mode: 0644]
tests/image.h
tests/persistence.h
tests/simplicialcomplex.h