I have a question about the distributed computing of the eig function.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
명규
el 20 de Mzo. de 2023
Comentada: John D'Errico
el 30 de Mzo. de 2023
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.
0 comentarios
Respuesta aceptada
Christine Tobler
el 27 de Mzo. de 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 comentarios
John D'Errico
el 30 de Mzo. de 2023
@명규 - You should accept the answer, as you will definitely never get a more definitive response to your question than this.
Más respuestas (0)
Ver también
Categorías
Más información sobre Mathematics and Optimization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!