Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/homalgtocas/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 6.8.2025 mit Größe 818 B image not shown  

Quellverzeichnis  read.g   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# HomalgToCAS: A window to the outer world
#
# Reading the implementation part of the package.
#

## general stuff
ReadPackage( "HomalgToCAS", "gap/HomalgToCAS.gi" );

## pointers on external objects
ReadPackage( "HomalgToCAS", "gap/homalgExternalObject.gi" );

## statistics objects
ReadPackage( "HomalgToCAS", "gap/StatisticsObject.gi" );

## external rings
ReadPackage( "HomalgToCAS", "gap/HomalgExternalRing.gi" );

## IO
ReadPackage( "HomalgToCAS", "gap/IO.gi" );

## external matrices
ReadPackage( "HomalgToCAS", "gap/HomalgExternalMatrix.gi" );

## homalgSendBlocking
ReadPackage( "HomalgToCAS", "gap/homalgSendBlocking.gi" );

if IsBound( MakeThreadLocal ) then
    Perform(
            [
             "HOMALG_IO",
             ],
            MakeThreadLocal );
fi;

[ Original von:0.24Diese Quellcodebibliothek enthält Beispiele in vielen Programmiersprachen. Man kann per Verzeichnistruktur darin navigieren. Der Code wird farblich markiert angezeigt.  Datei übertragen  ]