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)
- 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.


No differences found