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

조회 수: 2 (최근 30일)
HongTu Nguyen
HongTu Nguyen 2012년 4월 26일
답변: Andrew Knyazev 2015년 5월 15일
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
Jan
Jan 2012년 4월 26일
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 2012년 4월 26일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

Andrew Knyazev
Andrew Knyazev 2015년 5월 15일
use SLEPc

카테고리

Help CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by