is it possible to perform the inverse of a matrix in matlab via parallel way?
Afficher commentaires plus anciens
Hi, i found out not necessary to write some code here, just i'd like to know if possible to use parallel tools to invert any (not singular) given matrix.
Thanks.
Réponses (1)
Jill Reese
le 31 Mai 2012
1 vote
You can use distributed arrays to solve linear systems ( mldivide or the \ operator) in parallel. If you really do want to form the full inverse of a matrix then inv is available for distributed arrays as well.
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!