PruneComplex : Index
-
Direction -- Determines the direction with which the matrices in the complex is pruned
-
isScalar -- check whether a ring element is a scalar
-
isScalar(RingElement) -- check whether a ring element is a scalar
-
PruneComplex -- Pruning chain complexes over polynomial and local rings
-
pruneComplex -- Prunes a chain complex or list of mutable matrices
-
pruneComplex(...,Direction=>...) -- Determines the direction with which the matrices in the complex is pruned
-
pruneComplex(...,PruningMap=>...) -- Whether to compute a morphism of complexes
-
pruneComplex(...,Strategy=>...) -- Whether to use the methods in the package or C++ algorithms in the engine
-
pruneComplex(...,UnitTest=>...) -- Limit which units are to be pruned
-
pruneComplex(ChainComplex) -- Prunes a chain complex or list of mutable matrices
-
pruneComplex(ChainComplex,ZZ) -- Prunes a chain complex or list of mutable matrices
-
pruneComplex(List) -- Prunes a chain complex or list of mutable matrices
-
pruneComplex(List,ZZ) -- Prunes a chain complex or list of mutable matrices
-
pruneDiff -- Prunes a single differential in a chain complex or list of mutable matrices
-
pruneDiff(...,PruningMap=>...) -- Whether to compute a morphism of complexes
-
pruneDiff(...,UnitTest=>...) -- Limit which units are to be pruned
-
pruneDiff(ChainComplex,ZZ) -- Prunes a single differential in a chain complex or list of mutable matrices
-
pruneDiff(ChainComplex,ZZ,List) -- Prunes a single differential in a chain complex or list of mutable matrices
-
pruneDiff(List,ZZ) -- Prunes a single differential in a chain complex or list of mutable matrices
-
pruneDiff(List,ZZ,List) -- Prunes a single differential in a chain complex or list of mutable matrices
-
pruneUnit -- Prunes a unit of a differential in a list of mutable matrices
-
pruneUnit(...,PruningMap=>...) -- Whether to compute a morphism of complexes
-
pruneUnit(...,UnitTest=>...) -- Limit which units are to be pruned
-
pruneUnit(List,ZZ,Sequence,List) -- Prunes a unit of a differential in a list of mutable matrices
-
PruningMap -- Whether to compute a morphism of complexes
-
toChainComplex -- Converts a list of mutable matrices into a ChainComplex.
-
toChainComplex(List) -- Converts a list of mutable matrices into a ChainComplex.
-
toChainComplex(List,Module) -- Converts a list of mutable matrices into a ChainComplex.
-
toMutableComplex -- Converts a chain complex into a list of mutable matrices.
-
toMutableComplex(ChainComplex) -- Converts a chain complex into a list of mutable matrices.
-
UnitTest -- Limit which units are to be pruned