p = period CIn this package, each factorization has a period d. This function is mainly used in programming, to loop over all non-zero modules or maps in the factorization. This should not be confused with the support of a factorization (that is, all spots with a nonzero module).
|
|
|
|
|
|
|
|
Unlike the "concentration" command for complexes, indices outside the period are taken modulo the period, and all of the standard operations on factorizations leave the period unchanged. If you want to change the period of a factorization, try using TO (unfold, ZZdFactorization, List) instead.
|
|
The function period does no computation. Use prune to obtain the pruned outputs.
|
|
|
|
|
A module may be viewed as a ZZ/d-graded factorization with any period. We can construct this factorization as follows. We can specify the base homological degree using the option Base.
|
|
|
|
|
The object period is a method function.
The source of this document is in MatrixFactorizations/MatrixFactorizationsDOC.m2:490:0.