Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Skyline matrix

From Wikipedia, the free encyclopedia
Form of a matrix storage

Inscientific computing,skyline matrix storage, or SKS, or avariable band matrix storage, orenvelope storage scheme[1] is a form of asparse matrix storage format matrix that reduces the storage requirement of a matrix more thanbanded storage. In banded storage, all entries within a fixed distance from the diagonal (called half-bandwidth) are stored. In column-oriented skyline storage, only the entries from the first nonzero entry to the last nonzero entry in each column are stored. There is also row oriented skyline storage, and, for symmetric matrices, only one triangle is usually stored.[2]

A column-oriented skyline matrix (on the top). On the bottom is the relative storage structure. The name comes from the resemblance to the skyscrapers skyline of the top non-zero values.

Skyline storage has become very popular in thefinite element codes forstructural mechanics, because the skyline is preserved byCholesky decomposition (a method of solving systems oflinear equations with a symmetric,positive-definite matrix; allfill-in falls within the skyline), and systems of equations from finite elements have a relatively small skyline. In addition, the effort of coding skyline Cholesky[3] is about same as for Cholesky for banded matrices (available forbanded matrices, e.g. inLAPACK; for a prototype skyline code, see[3]).

Before storing a matrix in skyline format, the rows and columns are typically renumbered to reduce the size of the skyline (the number of nonzero entries stored) and to decrease the number of operations in the skyline Cholesky algorithm. The same heuristic renumbering algorithm that reduce the bandwidth are also used to reduce the skyline. The basic and one of the earliest algorithms to do that isreverse Cuthill–McKee algorithm.

However, skyline storage is not as popular for very large systems (many millions of equations) because skyline Cholesky is not so easily adapted formassively parallel computing, and general sparse methods,[4] which store only the nonzero entries of the matrix, become more efficient for very large problems due to much less fill-in.

See also

[edit]

References

[edit]
  1. ^Watkins, David S. (2002),Fundamentals of matrix computations (Second ed.), New York: John Wiley & Sons, Inc., p. 60,ISBN 0-471-21394-2
  2. ^Barrett, Richard; Berry; Chan; Demmel; Donato; Dongarra; Eijkout; Pozo; Romine; Van der Vorst (1994),"Skyline Storage (SKS)",Templates for the solution of linear systems, SIAM,ISBN 0-89871-328-5
  3. ^abGeorge, Alan; Liu, Joseph W. H. (1981),Computer solution of large sparse positive definite systems, Prentice-Hall Inc.,ISBN 0-13-165274-5. The book also contains the description and source code of simple sparse matrix routines, still useful even if long superseded.
  4. ^Duff, Iain S.; Erisman, Albert M.; Reid, John K. (1986),Direct methods for sparse matrices, Oxford University Press,ISBN 0-19-853408-6
Matrix classes
Explicitly constrained entries
Constant
Conditions oneigenvalues or eigenvectors
Satisfying conditions onproducts orinverses
With specific applications
Used instatistics
Used ingraph theory
Used in science and engineering
Related terms
Retrieved from "https://en.wikipedia.org/w/index.php?title=Skyline_matrix&oldid=1248793690"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp