Goto Chapter: Top 1 2 3 4 5 6 7 8 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

8 Futher CAP operations
 8.1 Add-methods

8 Futher CAP operations

8.1 Add-methods

8.1-1 AddSetOfGeneratingMorphismsOfCategory
‣ AddSetOfGeneratingMorphismsOfCategory( C, F )( operation )
‣ AddSetOfGeneratingMorphismsOfCategory( C, F, weight )( operation )

Returns: nothing

The arguments are a category \(C\) and a function \(F\). This operation adds the given function \(F\) to the category for the basic operation SetOfGeneratingMorphismsOfCategory. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( ) \mapsto \mathtt{SetOfGeneratingMorphismsOfCategory}()\).

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 Ind

generated by GAPDoc2HTML