2 years ago
#26381
xiaohuamao
Can python sparse solve a few eigenvalues specified by index range?
I need to solve a few eigenvalues of a large matrix specified by their indices. These indices are according to the whole eigenspectrum sorted in algebraic (not absolute value) ascending order.
I notice this is made available by the subset_by_index option in scipy.linalg.eigh, but not in, e.g., the sparse counterpart eigsh. Is this possible at all in the sparse context?
python
numpy
scipy
linear-algebra
eigenvalue
0 Answers
Your Answer