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

1 view (last 30 days)
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.

Accepted Answer

Christine Tobler
Christine Tobler on 27 Mar 2023
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 Comments
John D'Errico
John D'Errico on 30 Mar 2023
@명규 - You should accept the answer, as you will definitely never get a more definitive response to your question than this.

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics and Optimization in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!