Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/guarana/gap/malcor/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 11.1.2022 mit Größe 945 B image not shown  

Quelle  setup.gd   Sprache: unbekannt

 
#############################################################################
##
#W setup.gd               GUARANA package                     Bjoern Assmann
##
## Methods for symbolic log and exp. 
##
#H  @(#)$Id$
##
#Y 2006
##
##
DeclareCategory( "IsMalcevObject", IsObject );
DeclareRepresentation( "IsMalcevObjectRep", IsComponentObjectRep, 
                       [ "L", 
           "dim",
    "recTGroup",
    "scTable",
    "lieAlgebraType",
    "weights",
    "max_weight",
    "malcevBasisInfo",
    "log_method",
    "exp_method",
    "star_method",
             "mult_method",
    "lie_fam",
    "lie_elms_type" ] );

BindGlobal( "MalcevObjectFamily", 
     NewFamily( "MalcevObject", IsMalcevObjectRep ) );

DeclareGlobalFunction( "MalcevObjectConstruction"); 
DeclareGlobalFunction( "MalcevObjectByTGroup"); 

DeclareAttribute( "Exp", IsObject );

#############################################################################
##
#E

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]