How to parallel for the computation of eigensystem of a sparse matrix

2 Ansichten (letzte 30 Tage)
HongTu Nguyen
HongTu Nguyen am 26 Apr. 2012
Beantwortet: Andrew Knyazev am 15 Mai 2015
Hi everyone, I have a similarity matrix of image. It's symmetric, and sparse, large matrix. The computation of eigenvalues of this matrix takes too much time and memory. So I think parallelism of this computation will get better performance. But I don't know the way do that. Please give me any guide. Thanks!
  2 Kommentare
Jan
Jan am 26 Apr. 2012
Please post the code you are using and define "large" explicitly. Sometimes users of this forum use "large" for 20x20 matrices already.
HongTu Nguyen
HongTu Nguyen am 26 Apr. 2012
With image I(130, 132), the similarity matrix would be 17160x17160. It's too large, but I know it symmetric and sparse. So how to compute eigenvalues from this matrix fast?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Andrew Knyazev
Andrew Knyazev am 15 Mai 2015
use SLEPc

Kategorien

Mehr zu Sparse Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by