mat2blk

Block-diagonalise a matrix
64 téléchargements
Mise à jour 11 juil. 2017

Afficher la licence

This function identifies equivalence classes within the graph defined by the (sparse) matrix A. Off diagonal matrix elements, Aij, which exceed the value of 'lim' are taken to establish an equivalence relation between the components i and j.

Citation pour cette source

Marcin Konowalczyk (2026). mat2blk (https://fr.mathworks.com/matlabcentral/fileexchange/60786-mat2blk), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Sparse Matrices dans Help Center et MATLAB Answers
Remerciements

Inspiré par : block diagonal representation

Version Publié le Notes de version
1.3.1.0

Changed the title so that it does not include the arguments

1.3.0.0

Updated docstring - now gives more information about about how to invert the permutation of A

1.2.0.0

Corrected documentation typo

1.1.0.0

Now stores blocks as full matrices

1.0.0.0