ACM Home Page
Please provide us with feedback. Feedback
Computing the MDMT decomposition
Full text PdfPdf (830 KB)
Source ACM Transactions on Mathematical Software (TOMS) archive
Volume 21 ,  Issue 4  (December 1995) table of contents
Pages: 476 - 489  
Year of Publication: 1995
ISSN:0098-3500
Author
Linda Kaufman  AT&T Bell Labs, Murray Hill, NJ
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 1,   Downloads (12 Months): 16,   Citation Count: 1
Additional Information:

abstract   references   cited by   index terms   review   collaborative colleagues   peer to peer  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/212066.212092
What is a DOI?

ABSTRACT

The MDMT factorization of an n×n symmetric indefinite matrix A can be used to solve a linear system with A as the coefficient matrix. This factorization can be computed efficiently using an algorithm given in 1977 by Bunch and Kaufman. The LAPACK project has been implementing block versions of well-known algorithms for solving dense linear systems and eigenvalue problems. The block version of the MDMT decomposition algorithm in LAPACK requires the user to specify a block size b by supplying an n×b scratch array. It then makes (n/b−2)2/2 invocations of a matrix-matrix product subroutine with one matrix no larger than b×b, n2/(2b)−b invocations of a matrix-vector product routine with a matrix no larger than b×b, and between nn/b and 2(nn/b) invocations of a matrix-vector product routine with matrices with less than b columns. Because the user can query LAPACK about an optimal block size, our concern is focused on users who cannot change the amount of available scratch space or who neglect to use this facility and are unaware of a performance degradation with small block sizes. This article suggests two alternative algorithms. The first is a block algorithm requiring b×b scratch space and is about 5% slower than LAPACK's current block algorithm with large b. The user does not have to specify the block size. The second algorithm is a rejuvenation of an old implementation of the MDMT decomposition algorithm that requires n matrix-vector products. The performance of the various algorithms on a specific machine is dependent on the manufacturer's implementation of the different basic linear algebra subroutines that they each invoke. Our data indicate that on the Cray Y-MP, Alliant, and Convex the time for the rejuvenated algorithm is either less than or within 10% of that of LAPACK's block algorithm with large b.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
BUNCH, J. R. AND KAUFMAN, L. 1977. Some stable methods for calculating inertia and solving symmetric linear systems. Math. Comput. 31, 135 (Jan.), 163-179.
 
3
BUNCH, J. R., KAUFMAN, L., AND PARLETT, B. 1976. Decomposition of a symmetric matrix. Numer. Math. 27, l, 95 109.
4
 
5
DONGARRA, ,J. J., MOLER, C. B., BUNCH, J. R., AND STEWART, G. W. 1979. LINPACK User's Guide. SIAM, Philadelphia, Pa.
 
6



REVIEW

"Ian Gladwell : Reviewer"

One strategy for solving linear systems Ax=c where A is symmetric but possibly indefinite is to determine the MDM more...


Peer to Peer - Readers of this Article have also read: