Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563680 views
1
2
8 Tools
3
4
5
8.1 Functions
6
7
8.1-1 homalgTotalRuntimes
8
9
homalgTotalRuntimes( arg )  function
10
Returns: an integer
11
12
A tool to compute the runtime of several methods.
13
14
8.1-2 AddLeftRightLogicalImplicationsForHomalg
15
16
AddLeftRightLogicalImplicationsForHomalg( arg )  function
17
18
A tool to install equivalence between filters.
19
20
8.1-3 LogicalImplicationsForOneHomalgObject
21
22
LogicalImplicationsForOneHomalgObject( arg )  function
23
24
Installs a logical implication for one type with all it's contrapositions.
25
26
8.1-4 LogicalImplicationsForTwoHomalgBasicObjects
27
28
LogicalImplicationsForTwoHomalgBasicObjects( arg )  function
29
30
8.1-5 InstallLogicalImplicationsForHomalgBasicObjects
31
32
InstallLogicalImplicationsForHomalgBasicObjects( arg )  function
33
34
8.1-6 LeftRightAttributesForHomalg
35
36
LeftRightAttributesForHomalg( arg )  function
37
38
8.1-7 InstallLeftRightAttributesForHomalg
39
40
InstallLeftRightAttributesForHomalg( arg )  function
41
42
8.1-8 MatchPropertiesAndAttributes
43
44
MatchPropertiesAndAttributes( arg )  function
45
46
A method to match the properties and attributes of two objects.
47
48
8.1-9 InstallImmediateMethodToPullPropertyOrAttribute
49
50
InstallImmediateMethodToPullPropertyOrAttribute( arg )  function
51
52
Installs methods to pull new known properties and attributes from one object
53
to another
54
55
8.1-10 InstallImmediateMethodToConditionallyPullPropertyOrAttribute
56
57
InstallImmediateMethodToConditionallyPullPropertyOrAttribute( arg )  function
58
59
Installs methods to pull new known properties and attributes under certain
60
conditions from one object to another.
61
62
8.1-11 InstallImmediateMethodToPullPropertyOrAttributeWithDifferentName
63
64
InstallImmediateMethodToPullPropertyOrAttributeWithDifferentName( arg )  function
65
66
Installs an immediate method which can pull a property from one object to
67
another with different names.
68
69
8.1-12 InstallImmediateMethodToPullPropertiesOrAttributes
70
71
InstallImmediateMethodToPullPropertiesOrAttributes( arg )  function
72
73
Installs an immediate method to pull several properties or attributes from
74
one object to another.
75
76
8.1-13 InstallImmediateMethodToPullTrueProperty
77
78
InstallImmediateMethodToPullTrueProperty( arg )  function
79
80
Installs an immediate method to pull a property if it is true.
81
82
8.1-14 InstallImmediateMethodToConditionallyPullTrueProperty
83
84
InstallImmediateMethodToConditionallyPullTrueProperty( arg )  function
85
86
Installs an immediate method which conditionally pulls a property if it is
87
true.
88
89
8.1-15 InstallImmediateMethodToPullTruePropertyWithDifferentName
90
91
InstallImmediateMethodToPullTruePropertyWithDifferentName( arg )  function
92
93
Installs an immediate method which pulls a property with a different name if
94
it is true.
95
96
8.1-16 InstallImmediateMethodToPullTrueProperties
97
98
InstallImmediateMethodToPullTrueProperties( arg )  function
99
100
Installs an immediate method which pulls several properties if they are true
101
102
8.1-17 InstallImmediateMethodToPullFalseProperty
103
104
InstallImmediateMethodToPullFalseProperty( arg )  function
105
106
Installs an immediate method to pull a property if it is false.
107
108
8.1-18 InstallImmediateMethodToConditionallyPullFalseProperty
109
110
InstallImmediateMethodToConditionallyPullFalseProperty( arg )  function
111
112
Installs an immediate method which conditionally pulls a property if it is
113
false.
114
115
8.1-19 InstallImmediateMethodToPullFalsePropertyWithDifferentName
116
117
InstallImmediateMethodToPullFalsePropertyWithDifferentName( arg )  function
118
119
Installs an immediate method which pulls a property with a different name if
120
it is false.
121
122
8.1-20 InstallImmediateMethodToPullFalseProperties
123
124
InstallImmediateMethodToPullFalseProperties( arg )  function
125
126
Installs an immediate method which pulls several properties if they are
127
false.
128
129
8.1-21 InstallImmediateMethodToPushPropertyOrAttribute
130
131
InstallImmediateMethodToPushPropertyOrAttribute( arg )  function
132
133
Installs an immediate method to push a property from one object to another.
134
135
8.1-22 InstallImmediateMethodToConditionallyPushPropertyOrAttribute
136
137
InstallImmediateMethodToConditionallyPushPropertyOrAttribute( arg )  function
138
139
Installs an immediate method to conditionally push a property from one
140
object to another.
141
142
8.1-23 InstallImmediateMethodToPushPropertyOrAttributeWithDifferentName
143
144
InstallImmediateMethodToPushPropertyOrAttributeWithDifferentName( arg )  function
145
146
Installs an immediate method which can push a property from one object to
147
another with different names.
148
149
8.1-24 InstallImmediateMethodToPushPropertiesOrAttributes
150
151
InstallImmediateMethodToPushPropertiesOrAttributes( arg )  function
152
153
Installs an immediate method to push several properties or attributes from
154
one object to another.
155
156
8.1-25 InstallImmediateMethodToPushTrueProperty
157
158
InstallImmediateMethodToPushTrueProperty( arg )  function
159
160
Installs an immediate method to push a property if it is true.
161
162
8.1-26 InstallImmediateMethodToPushTruePropertyWithDifferentName
163
164
InstallImmediateMethodToPushTruePropertyWithDifferentName( arg )  function
165
166
Installs an immediate method which pushes a property with a different name
167
if it is true.
168
169
8.1-27 InstallImmediateMethodToPushTrueProperties
170
171
InstallImmediateMethodToPushTrueProperties( arg )  function
172
173
Installs an immediate method which pushes several properties if they are
174
true
175
176
8.1-28 InstallImmediateMethodToPushFalseProperty
177
178
InstallImmediateMethodToPushFalseProperty( arg )  function
179
180
Installs an immediate method to push a property if it is false.
181
182
8.1-29 InstallImmediateMethodToPushFalsePropertyWithDifferentName
183
184
InstallImmediateMethodToPushFalsePropertyWithDifferentName( arg )  function
185
186
Installs an immediate method which pushes a property with a different name
187
if it is false.
188
189
8.1-30 InstallImmediateMethodToPushFalseProperties
190
191
InstallImmediateMethodToPushFalseProperties( arg )  function
192
193
Installs an immediate method which push several properties if they are
194
false.
195
196
8.1-31 DeclareAttributeWithCustomGetter
197
198
DeclareAttributeWithCustomGetter( arg )  function
199
200
Installs an attribute with a coustom getter function.
201
202
8.1-32 AppendToAhomalgTable
203
204
AppendToAhomalgTable( arg )  function
205
206
Appends an entry to a homalg table.
207
208
8.1-33 homalgNamesOfComponentsToIntLists
209
210
homalgNamesOfComponentsToIntLists( arg )  function
211
Returns: a list of integers
212
213
Creates a list of integers out of the names of components.
214
215
8.1-34 IncreaseExistingCounterInObject
216
217
IncreaseExistingCounterInObject( arg )  function
218
219
Increases an existing counter in an object.
220
221
8.1-35 IncreaseExistingCounterInObjectWithTiming
222
223
IncreaseExistingCounterInObjectWithTiming( arg )  function
224
225
Increases an existiing counter on an object with timing.
226
227
8.1-36 IncreaseCounterInObject
228
229
IncreaseCounterInObject( arg )  function
230
231
Increases a counter in an object and creates one if it not exists
232
233
8.1-37 MemoryToString
234
235
MemoryToString( arg )  function
236
237
Converts the current memory state to a string
238
239
8.1-38 PrimePowerExponent
240
241
PrimePowerExponent( n, p )  function
242
Returns: A nonnegative integer
243
244
Returns the p-exponent of the integer n, where p is a rational prime.
245
246
8.1-39 ViewList
247
248
ViewList( L )  operation
249
Returns: nothing
250
251
Apply ViewObj to the list L.
252
253
8.1-40 homalgLaTeX
254
255
homalgLaTeX( arg )  operation
256
257
258
8.2 Examplefunctions
259
260
8.2-1 ExamplesForHomalg
261
262
ExamplesForHomalg( )  operation
263
Returns: true or false
264
265
Runs the examples for homalg if the package is loadable.
266
267
8.2-2 ExamplesForHomalg
268
269
ExamplesForHomalg( arg )  operation
270
Returns: true or false
271
272
Runs the named example for homalg
273
274
275