is it possible to perform the inverse of a matrix in matlab via parallel way?

8 次查看(过去 30 天)
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.

回答(1 个)

Jill Reese
Jill Reese 2012-5-31
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.

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by