summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2017-01-04Merge branch 'master' into python-prUlrich Bauer
# Conflicts: # README.md
2017-01-04inline functions to avoid linker problemsUlrich Bauer
2016-12-19Function dualize_persistence_pairs made inline to avoid linker problemmkerber
2016-03-07Python interface to PHATBryn Keller
2015-02-02chunk sqrtUlrich Bauer
2014-06-03finalizeulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@182 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-06-03swapulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@181 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-06-03faster column addition for vector_vectorulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@180 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-12improved vector_vector performancejan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@172 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-02enable pruning in vector_heap.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@167 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-02include pruning in heap_pivot_column.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@166 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-02clarify thread safety of boundary_matrix.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@165 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-30new vector_heap Representationjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@164 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-30changed chunk size for single threaded chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@163 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-29switched num chunks to num threads in chunk_reduction.h and ↵jan.reininghaus
spectral_sequence_reduction.h git-svn-id: https://phat.googlecode.com/svn/trunk@162 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-29performance improvements for chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@161 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-28simplified chunk decomposition and phase 1 of chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@160 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07reverted to old binary formatjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@153 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07bugfix for heap_pivot_columnjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@152 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-12-17actual file rename of block_spectral_sequence_reduction.h to ↵jan.reininghaus
spectral_sequence_reduction.h git-svn-id: https://phat.googlecode.com/svn/trunk@150 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-12-17rename block_spectral_sequence_reduction to spectral_sequence_reductionjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@149 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-12-17signed comparison warning fixjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@148 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-12-17new representation type heap_pivot_columnjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@147 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-11-06removed double include caused by double bugfixjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@146 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-11-06bugfix contributed by Tino Weinkaufjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@145 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-10-25small fix suggested by Hubertulrich.bauer@gmail.com
On 14.09.2013, at 12:52, Hubert Wagner <hub.wag@gmail.com> wrote: Hi Uli, I am using PHAT for some experiments and it didn't compile under VC++ 2010. The problem was that std::back_inserter was not found in a number of cases. The solution is to #include <iterator> in helpers/misc.h. Best, Hubert git-svn-id: https://phat.googlecode.com/svn/trunk@143 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-10-22git-svn-id: https://phat.googlecode.com/svn/trunk@141 ↵jan.reininghaus
8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-07-16new binary format and convert utilityjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@135 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-06-24new block_spectral_sequence_reductionjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@134 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-06-20bugfix for compute_persistence_pairsjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@133 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-06-20removed static code form bit_tree_columnjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@132 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-06-07performance improvements through OpenMPjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@88 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-16dualization timing in phat binary, explicit function for dualizing ↵ulrich.bauer@gmail.com
persistence pairs git-svn-id: https://phat.googlecode.com/svn/trunk@87 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-14code cleanupjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@86 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-14cleaned up pivot column sourcejan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@85 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-12simplified pivot column representationsjan.reininghaus@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@84 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-12fixed compile issue for non-OpenMP platformsv1.2.1jan.reininghaus@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@83 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-08removed explicit inlining from bit_tree_pivot_column.hv1.2jan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@78 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-08new chunk size option available in chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@76 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-08moved default_representation to boundary_matrixjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@72 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-08new info methods for boundary_matrix.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@71 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-07updated copyright informationjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@63 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-05-03ignore listjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@56 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-30bugfix for dualizejan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@52 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-30rolled back changesulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@51 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-30alpha shape creation updateulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@50 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-29improved vector_vector.h performancejan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@47 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-29alpha shapesulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@46 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-29new vector_list.h representation for educational purposesjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@44 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-04-23performance improvement for vector_vectorjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@42 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d