Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  functorialGouter.gd   Sprache: unbekannt

 
Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#####################################################################
#####################################################################
DeclareCategory("IsHapGComplexMap",IsObject);

DeclareRepresentation(  "IsHapGComplexMapRep",
                        IsComponentObjectRep,
                        ["source",
                        "target",
                        "mapping",
                        "properties"]);

HapGComplexMapFamily:=NewFamily( "HapGComplexMapFamily",
                               IsHapGComplexMap,
                               IsHapGComplexMap);

HapGComplexMap:=NewType(HapGComplexMapFamily, IsHapGComplexMapRep);


InstallMethod( ViewObj,
"for HapGComplexMap",
 [IsHapGComplexMap],
 function(R)
  Print("GComplex Map between complexes of length ",
   Minimum(EvaluateProperty(R!.source,"length"),
    EvaluateProperty(R!.target,"length")), " . \n");

 end);

InstallMethod( PrintObj,
"for HapGComplexMap",
 [IsHapGComplexMap],
 function(R)
 Print("GComplex Map between complexes of length ",
 Minimum(EvaluateProperty(R!.source,"length"),
 EvaluateProperty(R!.target,"length")), " . \n");
end);
#####################################################################
#####################################################################

#####################################################################
#####################################################################
DeclareGlobalFunction("HomToGModule_hom");
DeclareGlobalFunction("CohomologyModule_Gmap");
DeclareGlobalFunction("CommonEndomorphisms");
DeclareGlobalFunction("CohomologyModule_AsAutModule");

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-06-18]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=492969
#Domains=607362