Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/utils/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 11.8.2025 mit Größe 531 B image not shown  

Quelle  matrix.gd   Sprache: unbekannt

 
############################################################################
##
#W  matrix.gd                 GAP4 package `Utils'             Chris Wensley
##   
#Y  Copyright (C) 2023, The GAP Group 

#############################################################################
##  This function ... 
## 
#O  DirectSumDecompositionMatrices( <M> ) 
## 
DeclareOperation( "DirectSumDecompositionMatrices", 
    [ IsMatrixOrMatrixObj ] );
DeclareOperation( "DirectSumBlock", 
    [ IsMatrixOrMatrixObj, IsInt, IsList, IsList ] ); 

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]