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 580 B image not shown  

Quelle  Sparse.gd   Sprache: unbekannt

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

##  Declaration stuff for performing algorithms on sparse matrices.

##
DeclareAttribute( "EchelonMat",
        IsSparseMatrix );

DeclareAttribute( "EchelonMatTransformation",
        IsSparseMatrix );

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

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

DeclareGlobalFunction( "KernelMatSparse" );

DeclareGlobalFunction( "RankOfIndicesListList" );


[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]