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

Quelle  GaussSparse.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# Gauss: Extended Gauss functionality for GAP
#
# Declarations
#

##  Declaration stuff for performing Gauss algorithms on sparse matrices.

##
DeclareOperation( "EchelonMatDestructive",
        [ IsSparseMatrix ] );

DeclareOperation( "EchelonMatTransformationDestructive",
        [ IsSparseMatrix ] );

DeclareOperation( "ReduceMatWithEchelonMat",
        [ IsSparseMatrix, IsSparseMatrix ] ) ;

DeclareOperation( "ReduceMatWithEchelonMatTransformation",
        [ IsSparseMatrix, IsSparseMatrix ] ) ;

DeclareOperation( "KernelEchelonMatDestructive",
        [ IsSparseMatrix, IsList ] );

DeclareOperation( "RankDestructive",
        [ IsSparseMatrix, IsInt ] );


[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]