‣ homalgTotalRuntimes ( arg ) | ( function ) |
Returns: an integer
A tool to compute the runtime of several methods.
‣ AddLeftRightLogicalImplicationsForHomalg ( arg ) | ( function ) |
A tool to install equivalence between filters.
‣ LogicalImplicationsForOneHomalgObject ( arg ) | ( function ) |
Installs a logical implication for one type with all it's contrapositions.
‣ LogicalImplicationsForTwoHomalgBasicObjects ( arg ) | ( function ) |
‣ InstallLogicalImplicationsForHomalgBasicObjects ( arg ) | ( function ) |
‣ LeftRightAttributesForHomalg ( arg ) | ( function ) |
‣ InstallLeftRightAttributesForHomalg ( arg ) | ( function ) |
‣ MatchPropertiesAndAttributes ( arg ) | ( function ) |
A method to match the properties and attributes of two objects.
‣ InstallImmediateMethodToPullPropertyOrAttribute ( arg ) | ( function ) |
Installs methods to pull new known properties and attributes from one object to another
‣ InstallImmediateMethodToConditionallyPullPropertyOrAttribute ( arg ) | ( function ) |
Installs methods to pull new known properties and attributes under certain conditions from one object to another.
‣ InstallImmediateMethodToPullPropertyOrAttributeWithDifferentName ( arg ) | ( function ) |
Installs an immediate method which can pull a property from one object to another with different names.
‣ InstallImmediateMethodToPullPropertiesOrAttributes ( arg ) | ( function ) |
Installs an immediate method to pull several properties or attributes from one object to another.
‣ InstallImmediateMethodToPullTrueProperty ( arg ) | ( function ) |
Installs an immediate method to pull a property if it is true.
‣ InstallImmediateMethodToConditionallyPullTrueProperty ( arg ) | ( function ) |
Installs an immediate method which conditionally pulls a property if it is true.
‣ InstallImmediateMethodToPullTruePropertyWithDifferentName ( arg ) | ( function ) |
Installs an immediate method which pulls a property with a different name if it is true.
‣ InstallImmediateMethodToPullTrueProperties ( arg ) | ( function ) |
Installs an immediate method which pulls several properties if they are true
‣ InstallImmediateMethodToPullFalseProperty ( arg ) | ( function ) |
Installs an immediate method to pull a property if it is false.
‣ InstallImmediateMethodToConditionallyPullFalseProperty ( arg ) | ( function ) |
Installs an immediate method which conditionally pulls a property if it is false.
‣ InstallImmediateMethodToPullFalsePropertyWithDifferentName ( arg ) | ( function ) |
Installs an immediate method which pulls a property with a different name if it is false.
‣ InstallImmediateMethodToPullFalseProperties ( arg ) | ( function ) |
Installs an immediate method which pulls several properties if they are false.
‣ InstallImmediateMethodToPushPropertyOrAttribute ( arg ) | ( function ) |
Installs an immediate method to push a property from one object to another.
‣ InstallImmediateMethodToConditionallyPushPropertyOrAttribute ( arg ) | ( function ) |
Installs an immediate method to conditionally push a property from one object to another.
‣ InstallImmediateMethodToPushPropertyOrAttributeWithDifferentName ( arg ) | ( function ) |
Installs an immediate method which can push a property from one object to another with different names.
‣ InstallImmediateMethodToPushPropertiesOrAttributes ( arg ) | ( function ) |
Installs an immediate method to push several properties or attributes from one object to another.
‣ InstallImmediateMethodToPushTrueProperty ( arg ) | ( function ) |
Installs an immediate method to push a property if it is true.
‣ InstallImmediateMethodToPushTruePropertyWithDifferentName ( arg ) | ( function ) |
Installs an immediate method which pushes a property with a different name if it is true.
‣ InstallImmediateMethodToPushTrueProperties ( arg ) | ( function ) |
Installs an immediate method which pushes several properties if they are true
‣ InstallImmediateMethodToPushFalseProperty ( arg ) | ( function ) |
Installs an immediate method to push a property if it is false.
‣ InstallImmediateMethodToPushFalsePropertyWithDifferentName ( arg ) | ( function ) |
Installs an immediate method which pushes a property with a different name if it is false.
‣ InstallImmediateMethodToPushFalseProperties ( arg ) | ( function ) |
Installs an immediate method which push several properties if they are false.
‣ DeclareAttributeWithCustomGetter ( arg ) | ( function ) |
Installs an attribute with a coustom getter function.
‣ AppendToAhomalgTable ( arg ) | ( function ) |
Appends an entry to a homalg table.
‣ homalgNamesOfComponentsToIntLists ( arg ) | ( function ) |
Returns: a list of integers
Creates a list of integers out of the names of components.
‣ IncreaseExistingCounterInObject ( arg ) | ( function ) |
Increases an existing counter in an object.
‣ IncreaseExistingCounterInObjectWithTiming ( arg ) | ( function ) |
Increases an existiing counter on an object with timing.
‣ IncreaseCounterInObject ( arg ) | ( function ) |
Increases a counter in an object and creates one if it not exists
‣ MemoryToString ( arg ) | ( function ) |
Converts the current memory state to a string
‣ PrimePowerExponent ( n, p ) | ( function ) |
Returns: A nonnegative integer
Returns the p-exponent of the integer n, where p is a rational prime.
‣ ViewList ( L ) | ( operation ) |
Returns: nothing
Apply ViewObj to the list L.
‣ homalgLaTeX ( arg ) | ( operation ) |
‣ ExamplesForHomalg ( ) | ( operation ) |
Returns: true
or false
Runs the examples for homalg if the package is loadable.
‣ ExamplesForHomalg ( arg ) | ( operation ) |
Returns: true
or false
Runs the named example for homalg
generated by GAPDoc2HTML