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

Quelle  Euclidean.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# MatricesForHomalg: Matrices for the homalg project
#
# Declarations
#

DeclareOperation( "FullyDividePairTrafo",
        [ IsRingElement, IsRingElement, IsHomalgRing ] );

DeclareOperation( "FullyDividePairTrafoInflated",
        [ IsRingElement, IsRingElement, IsInt, IsInt, IsInt, IsHomalgRing ] );

DeclareOperation( "FullyDivideColumnTrafo",
        [ IsHomalgMatrix ] );

DeclareOperation( "FullyDivideMatrixTrafo",
        [ IsHomalgMatrix ] );

DeclareOperation( "DivideColumnTrafo",
        [ IsHomalgMatrix, IsInt ] );

DeclareOperation( "StrictlyFullyDivideMatrixTrafo",
        [ IsHomalgMatrix ] );

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]