Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/qpa/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 4.0.2024 mit Größe 1 kB image not shown  

Quelle  present2.gd   Sprache: unbekannt

 
# GAP Declarations
# This file was generated from
# $Id: present2.gd,v 1.1 2010/05/07 13:30:13 sunnyquiver Exp $

DeclareCategory("IsProjectivePresentation",IsObject);
DeclareAttribute("ParentAlgebra", IsProjectivePresentation);
DeclareAttribute("MatrixRepresentation", IsProjectivePresentation);
DeclareAttribute("MatrixNumCols", IsProjectivePresentation);
DeclareAttribute("MatrixNumRows", IsProjectivePresentation);
#DeclareAttribute("P0", IsProjectivePresentation);
#DeclareAttribute("P1", IsProjectivePresentation);
DeclareAttribute("P0VertexList", IsProjectivePresentation);
DeclareAttribute("P1VertexList", IsProjectivePresentation);


#############################################################################
##
#R  IsProjectivePresentation
##
##  The following two lines create the representation and family for
##  our Projective Presentation objects.
##
DeclareRepresentation("IsProjectivePresentationDefaultRep",
  IsAttributeStoringRep and IsPositionalObjectRep
  and IsProjectivePresentation,[]);

BindGlobal("ProjectivePresentationFamily",
  NewFamily("ProjectivePresentationFamily",
  IsProjectivePresentation, IsProjectivePresentation) );


DeclareOperation("ProjectivePresentation", [IsAlgebra,IsMatrix]);


##
#
DeclareProperty( "IsPathAlgebraModule", IsAlgebraModule );
DeclareProperty( "IsFpPathAlgebraModule", IsAlgebraModule );


[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]