Macaulay2
»
Documentation
Packages
»
DGAlgebras
::
killCycles(...,EndDegree=>...)
next
|
previous
|
forward
|
backward
| up |
index
|
toc
killCycles(...,EndDegree=>...) -- Option to specify the degree to stop looking for cycles
Usage:
killCycles(...,EndDegree=>n)
Functions with optional argument named
EndDegree
:
acyclicClosure(...,EndDegree=>...)
-- Option to specify the degree to stop computing the acyclic closure
isAcyclic(...,EndDegree=>...)
-- Option to specify the degree to finish checking acyclicity
killCycles(...,EndDegree=>...)
-- Option to specify the degree to stop looking for cycles
liftToDGMap(...,EndDegree=>...)
-- see
liftToDGMap
-- Lift a ring homomorphism in degree zero to a DG algebra morphism
toComplexMap(...,EndDegree=>...)
-- see
toComplexMap
-- Construct the ComplexMap associated to a DGAlgebraMap
Further information
Default value:
-1
Function:
killCycles
-- Adjoins variables to make non-bounding cycles boundaries in the lowest positive degree with nontrivial homology.
Option key:
EndDegree
-- Option to specify the degree to stop computing killing cycles and acyclic closure
The source of this document is in
DGAlgebras.m2:3255:0
.