Recent content by Jimmy and Bimmy
-
J
Graduate How do I supply arpack drivers with all starting vectors?
I am using arpack (the dsdrv1 driver) to iteratively solve the eigenvalue problem Ax = λx I am interested in the first m eigenvectors, and I have very good initial approximations for these vectors, so I would like to use my m starting vectors as an initial guess. However...- Jimmy and Bimmy
- Thread
- Eigenvalues Numerical algorithms Supply Vectors
- Replies: 1
- Forum: Linear and Abstract Algebra
-
J
Graduate Efficiently Computing Eigenvalues of a Sparse Banded Matrix
Thanks for the reply. I have been using dsyev from the lapack routine (which is for symmetric matrices). I switched to dsbev (which is for symmetric band matrices), but didn't see much improvement. This is because, even though I only have 5 bands (diagonal + 2 upper + 2 lower), the outer 2...- Jimmy and Bimmy
- Post #3
- Forum: Atomic and Condensed Matter
-
J
Graduate Efficiently Computing Eigenvalues of a Sparse Banded Matrix
I have a Hamiltonian represented by a penta-diagonal matrix The first bands are directly adjascent to the diagonals. The other two bands are N places above and below the diagonal. Can anyone recommend an efficient algorithm or routine for finding the eigenvalues and eigenvectors?- Jimmy and Bimmy
- Thread
- Computing Eigenvalues Matrix Numerical algorithms
- Replies: 2
- Forum: Atomic and Condensed Matter