Closed jhpalmieri closed 8 years ago
It also appears to be faster to compute the entire chain complex rather than compute a contractible subcomplex and use the relative chain complex. So we should use enlarge=False
as the default in the _homology_
method for simplicial complexes.
Okay, it looks like sometimes enlarge=True
is faster, sometimes slower. When it's slower, it's not much slower. So we'll leave it as is.
Changed keywords from none to days74
Branch: u/jhpalmieri/homology_pari
Commit: 3ff9cae
Branch pushed to git repo; I updated commit sha1. New commits:
21516fe | CHomP is optional, not experimental |
Reviewer: Travis Scrimshaw
Changed branch from u/jhpalmieri/homology_pari to 21516fe
In recent tests, using pari is faster than Sage's current default algorithm for computing homology groups of chain complexes. For example:
So change the default setting for the keyword
algorithm
from'auto'
to'pari'
.Depends on #20723
CC: @tscrim
Component: algebraic topology
Keywords: days74
Author: John Palmieri
Branch/Commit:
21516fe
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/20726