Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/gaussforhomalg/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.7.2024 mit Größe 491 B image not shown  

Quelle  GaussBasic.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# GaussForHomalg: Gauss functionality for the homalg project
#
# Declarations
#

DeclareOperation( "MyEval",
        [ IsHomalgMatrix ] );

DeclareOperation( "SetMyEval",
        [ IsHomalgMatrix, IsSparseMatrix ] );

DeclareOperation( "SetMyEval",
        [ IsHomalgMatrix, IsList ] );

####################################
#
# global variables:
#
####################################

DeclareGlobalVariable( "CommonHomalgTableForGaussBasic" );


[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]