In this package, each complex has a concentration (lo, hi) such that lo <= hi. When lo <= i <= hi, the module C_i might be zero. The methods max and min applied to the complex C return lo and hi, respectively.
This function is mainly used in programming, to loop over all non-zero modules or maps in the complex. This should not be confused with the support of a complex.
|
|
|
|
|
|
|
|
Indices that are outside of the concentration automatically return the zero object.
|
|
The function concentration does no computation. To eliminate extraneous zeros, use prune(Complex).
|
|
|
|
The concentration of a zero complex can be arbitrary, however, after pruning, its concentration will be (0,0).
|
|
|
|
The object concentration is a method function.