C = dgComplex AC = dgComplex MdgComplex assembles the per-degree differentials of a DG algebra or DG module into a single Complex object. The result is cached on the input; calling dgComplex again returns exactly the same complex, and invalidateDGAlgebraCache clears the cache so that the next call rebuilds the complex.
|
|
|
|
|
|
|
|
|
When maxDegree is infinite -- for example on the acyclic closure of a non-regular ring -- dgComplex truncates at a canonical finite bound so that a Complex is always produced.
|
|
|
The DG module form is parallel: it builds the complex whose terms are M_i and whose differentials are the maps returned by moduleDifferential.
|
|
|
|
|
The object dgComplex is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:7019:0.