A Serial Implementation of Cuppen''s Divide and Conquer Algorithm

  • Authors:
  • Jeffery D. Rutter

  • Affiliations:
  • -

  • Venue:
  • A Serial Implementation of Cuppen''s Divide and Conquer Algorithm
  • Year:
  • 1991

Quantified Score

Hi-index 0.00

Visualization

Abstract

This report discusses a serial implementation of Cuppen''s divide and conquer algorithm for computing all eigenvalues and eigenvectors of a real symmetric matrix $T = Q \Lambda Q^T$. This method is compared with the LAPACK implementations of QR, bisection/inverse iteration, and root-free QR/inverse iteration to find all of the eigenvalues and eigenvectors. On a DEC Alpha using optimized Basic Linear Algebra Subroutines (BLAS), divide and conquer was uniformly the fastest algorithm by a large margin for large tridiagonal eigenproblems. When Fortran BLAS were used, bisection/inverse iteration was somewhat faster (up to a factor of 2) for very large matrices ($n \geq 500$) without clustered eigenvalues. When eigenvalues were clustered, divide and conquer was up to 80 times faster. The speedups over QR were so large in the tridiagonal case that the overall problem, including reduction to tridiagonal form, sped up by a factor of 2.5 over QR for $n \geq 500$. Nearly universally, the matrix of eigenvectors generated by divide and conquer suffered the least loss of orthogonality. The smallest eigensystem residual usually came from the eigensystem generated by bisection/inverse iteration, with divide and conquer coming a close second.