请输入您要查询的百科知识:

 

词条 Skyline matrix
释义

  1. See also

  2. References

In scientific computing, skyline matrix storage, or SKS, or a variable band matrix storage, or envelope storage scheme[1] is a form of a sparse matrix storage format matrix that reduces the storage requirement of a matrix more than banded 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]

Skyline storage has become very popular in the finite element codes for structural mechanics, because the skyline is preserved by Cholesky decomposition (a method of solving systems of linear equations with a symmetric, positive-definite matrix; all fill-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 for banded matrices, e.g. in LAPACK; 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 is reverse 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 for massively 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

  • Sparse matrix
  • Band matrix
  • Frontal solver

References

1. ^{{Citation|title=Fundamentals of matrix computations|last=Watkins|first=David S.|publisher=John Wiley & Sons, Inc.|place=New York|year=2002|edition=Second|page=60|isbn=0-471-21394-2 |url=https://books.google.com/books?id=xi5omWiQ-3kC&lpg=PA60&ots=KiXRfu0zfe&dq=%22envelope%20storage%22%20matrix&pg=PA60#v=onepage&q=%22envelope%20storage%22%20matrix&f=false}}
2. ^{{Citation|title=Templates for the solution of linear systems|last1=Barrett|first1=Richard|last2=Berry|last3=Chan|last4=Demmel|last5=Donato|last6=Dongarra|last7=Eijkout|last8=Pozo|last9=Romine|last10=Van der Vorst|chapter=Skyline Storage (SKS)|publisher=SIAM|year=1994|isbn=0-89871-328-5| chapterurl=http://www.netlib.org/linalg/html_templates/node96.html|url=http://www.netlib.org/linalg/html_templates/Templates.html}}
3. ^{{Citation|title=Computer solution of large sparse positive definite systems|last1=George|first1=Alan|last2=Liu|first2=Joseph W. H.|publisher=Prentice-Hall Inc.|year=1981|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. ^{{Citation|last1=Duff|first1=Iain S.|last2=Erisman|first2=Albert M.|last3=Reid|first3=John K.|title=Direct methods for sparse matrices|publisher=Oxford University Press|year=1986|isbn=0-19-853408-6}}

1 : Sparse matrices

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/10 20:47:45