python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issue with finding eigenvalues with smallest magnitude using eigs
I have a large Hermitian sparse matrix, and I'd like to get a few of the eigenvalues with the smallest magnitude. I'm using the "eigs" function in Arpack however I get this error message:
Z...
Ahmad Khalifa
Votes: 0
Answers: 0
Is nx.eigenvector_centrality_numpy() using the Arnoldi iteration instead of the basic power method?
Since nx.eigenvector_centrality_numpy() using ARPACK, is it mean that nx.eigenvector_centrality_numpy() using Arnoldi iteration instead of the basic power method?
because when I try to compute manuall...
Nurul Jannah
Votes: 0
Answers: 0
I want to obtain eigenvalues of symmetric matrix in Julia in O(nmr)
I am a beginner at Julia. I want to obtain r eigenvalues and eigenvectors of input symmetric n times n matrix X in increasing order. I heard the computational complexity is O(n^2 r).
n is around 1000-...
Sakurai.JJ
Votes: 0
Answers: 1