is it possible to perform the inverse of a matrix in matlab via parallel way?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Jill Reese
am 31 Mai 2012
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!