Commit 2023-07-31 16:57 795a5ff1
View on Github →feat: the short complexes attached to homological complexes (#6039)
If K
is an homological complex and i
some degree, this PR defines the short complex K.sc i
which is `K.X (c.prev i) ⟶ K.X i ⟶ K.X (c.next i)``.
- depends on: #6008