Changes between Initial Version and Version 1 of Ticket #11523
- Timestamp:
- Jun 20, 2011, 3:01:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11523 – Description
initial v1 3 3 In order to implement this method, some other methods are improved, namely a hash function is implemented, and _enlarge_subcomplex has become faster. 4 4 5 For convinience, I also added a face_iterator. 6 7 Remark: the new line 8 9 {{{ 10 int_facets = set( a.set().intersection(f_set) for a in new_facets ) 11 }}} 12 13 in _enalarge_subcomplex improved speed for computing the homology by 65%. This method still has the potential to be speeded a lot, and it is responsible for a lot cpu time when computing the homology.