I have a question about the distributed computing of the eig function.

1 回表示 (過去 30 日間)
명규
명규 2023 年 3 月 20 日
コメント済み: John D'Errico 2023 年 3 月 30 日
Hello I'm interested in distributed computing of the eig function.
Currently, on Matlab, I knows that the eig function can be distributed using spmd and distributed arrays.
ex) [V,D] = eig(distributed arrays, 'nobalance')
May I know any related papers or references?
I'm looking forward to your reply.
Sincerely.

採用された回答

Christine Tobler
Christine Tobler 2023 年 3 月 27 日
EIG for distributed arrays calls into the ScaLAPACK library - the references given by ScaLAPACK documentation would be the best place to look for related papers and references.
  2 件のコメント
명규
명규 2023 年 3 月 30 日
Thank you for your answer. I'll look for what you told me.
John D'Errico
John D'Errico 2023 年 3 月 30 日
@명규 - You should accept the answer, as you will definitely never get a more definitive response to your question than this.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics and Optimization についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by