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

SSL init.g   Sprache: unbekannt

 
rahmenlose Ansicht.g DruckansichtUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

#############################################################################
##
#W  init.g                  GAP4 Package `RCWA'                   Stefan Kohl
##
##  Read the declaration part of the package.
##
#############################################################################

# introducing globally the NC versions of PreImages* function for
# compatibility with older GAP version which do not provide them
if not IsBound( PreImagesNC ) then 
    BindGlobal( "PreImagesNC", PreImages ); 
fi; 
if not IsBound( PreImagesElmNC ) then 
    BindGlobal( "PreImagesElmNC", PreImagesElm ); 
fi; 
if not IsBound( PreImagesSetNC ) then 
    BindGlobal( "PreImagesSetNC", PreImagesSet ); 
fi; 
if not IsBound( PreImagesRepresentativeNC ) then 
    BindGlobal( "PreImagesRepresentativeNC", PreImagesRepresentative ); 
fi; 

#############################################################################

ReadPackage( "rcwa", "lib/rcwamap.gd" );
ReadPackage( "rcwa", "lib/rcwamono.gd" );
ReadPackage( "rcwa", "lib/rcwagrp.gd" );

#############################################################################
##
#E  init.g . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ends here

[ Verzeichnis aufwärts0.128unsichere Verbindung  ]