‣ 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 ) |
‣ IdenticalPosition ( L, o ) | ( operation ) |
Returns: a positive integer or fail
Return the position of the object identical to o in the list L
‣ PositionsOfMaximalObjects ( L, f ) | ( operation ) |
Returns: a list
Return the list of positions of maximal objects in L w.r.t. the partial order defined by the binary function f.
‣ MaximalObjects ( L, f ) | ( operation ) |
Returns: a list
Return the sublist of maximal objects in L w.r.t. the partial order defined by the binary function f.
‣ CollectEntries ( list ) | ( function ) |
Returns: a list
returns a new list that contains for each element elm of the list list a list of length two, the first element of this is elm itself and the second element is the number of times elm appears in list until the next different element. The default comparing function is \=
, which can be changed by passing an optional value to ComparingFunction.
‣ MakeShowable ( mime_types, filter ) | ( function ) |
Installs a method for IsShowable
such that IsShowable( mime_type, object )
returns true
for any mime_type
in the list mime_types and object
in the filter filter.
‣ MakeShowableWithLaTeX ( filter ) | ( function ) |
Installs a method for IsShowable
such that IsShowable( "text/latex", object )
and IsShowable( "application/x-latex", object )
return true
for an object
in the filter filter.
‣ ReplacedStringViaRecord ( string, record ) | ( function ) |
Searches for the keys of record in string and replaces them by their values. The values can be strings or lists of strings. In the second case, the search term must be followed by ...
and the replacement string is formed by joining the entries of the list with the separator ", "
.
‣ StartTimer ( name ) | ( function ) |
(Re-)Starts a timer with the given name.
‣ StopTimer ( name ) | ( function ) |
Stops a timer with the given name.
‣ ResetTimer ( name ) | ( function ) |
Resets a timer with the given name.
‣ DisplayTimer ( name ) | ( function ) |
Displays the current value of the timer with the given name.
‣ ListImpliedFilters ( filt ) | ( function ) |
The input is a filter filt. The output is the list of all filters implied by filt, including filt itself.
‣ Breakpoint ( name[, break_at[, break_function]] ) | ( function ) |
If only a string name is given, displays an incrementing number every time a breakpoint with this name is visited. If additionally an integer break_at is given, enters a break-loop if the breakpoint has been visited the specified number of times. If a function break_function is given, it is executed before entering the break-loop.
‣ ReadPackageOnce ( name ) | ( function ) |
Like ReadPackage
but reads the file only once in the runnig GAP session.
‣ 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