Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/hap/lib/CohomologyOperations/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 754 B image not shown  

Quelle  homologyOperations.gd   Sprache: unbekannt

 
DeclareOperation("TensorWithGModule",[IsHapResolution,IsInt,IsGOuterGroup,IsGOuterGroup,IsGOuterGroup]);

DeclareOperation("HomologyModule",[IsHapGComplex,IsInt]);

#####################################################################
#####################################################################
##
InstallMethod( ViewObj,
"for HapGComplex",
[IsHapGComplex],
 function(R)
Print("G-complex of length ",
EvaluateProperty(R,"length"), " . \n");
 end);

InstallMethod( PrintObj,
"for HapGComplex",
[IsHapGComplex],
function(R)
Print("G-complex of length ",
EvaluateProperty(R,"length"), " . \n");
end);
#######################################################################
#######################################################################



[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]