[PDF] Hierarchical Matrices - eBooks Review

Hierarchical Matrices


Hierarchical Matrices
DOWNLOAD

Download Hierarchical Matrices PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Hierarchical Matrices book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Hierarchical Matrices


Hierarchical Matrices
DOWNLOAD
Author : Mario Bebendorf
language : en
Publisher: Springer Science & Business Media
Release Date : 2008-06-25

Hierarchical Matrices written by Mario Bebendorf and has been published by Springer Science & Business Media this book supported file pdf, txt, epub, kindle and other format this book has been release on 2008-06-25 with Mathematics categories.


Hierarchical matrices are an efficient framework for large-scale fully populated matrices arising, e.g., from the finite element discretization of solution operators of elliptic boundary value problems. In addition to storing such matrices, approximations of the usual matrix operations can be computed with logarithmic-linear complexity, which can be exploited to setup approximate preconditioners in an efficient and convenient way. Besides the algorithmic aspects of hierarchical matrices, the main aim of this book is to present their theoretical background. The book contains the existing approximation theory for elliptic problems including partial differential operators with nonsmooth coefficients. Furthermore, it presents in full detail the adaptive cross approximation method for the efficient treatment of integral operators with non-local kernel functions. The theory is supported by many numerical experiments from real applications.



Hierarchical Matrices Algorithms And Analysis


Hierarchical Matrices Algorithms And Analysis
DOWNLOAD
Author : Wolfgang Hackbusch
language : en
Publisher: Springer
Release Date : 2015-12-21

Hierarchical Matrices Algorithms And Analysis written by Wolfgang Hackbusch and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2015-12-21 with Mathematics categories.


This self-contained monograph presents matrix algorithms and their analysis. The new technique enables not only the solution of linear systems but also the approximation of matrix functions, e.g., the matrix exponential. Other applications include the solution of matrix equations, e.g., the Lyapunov or Riccati equation. The required mathematical background can be found in the appendix. The numerical treatment of fully populated large-scale matrices is usually rather costly. However, the technique of hierarchical matrices makes it possible to store matrices and to perform matrix operations approximately with almost linear cost and a controllable degree of approximation error. For important classes of matrices, the computational cost increases only logarithmically with the approximation error. The operations provided include the matrix inversion and LU decomposition. Since large-scale linear algebra problems are standard in scientific computing, the subject of hierarchical matrices is of interest to scientists in computational mathematics, physics, chemistry and engineering.



Eigenvalue Algorithms For Symmetric Hierarchical Matrices


Eigenvalue Algorithms For Symmetric Hierarchical Matrices
DOWNLOAD
Author : Thomas Mach
language : en
Publisher: Thomas Mach
Release Date : 2012

Eigenvalue Algorithms For Symmetric Hierarchical Matrices written by Thomas Mach and has been published by Thomas Mach this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012 with Mathematics categories.


This thesis is on the numerical computation of eigenvalues of symmetric hierarchical matrices. The numerical algorithms used for this computation are derivations of the LR Cholesky algorithm, the preconditioned inverse iteration, and a bisection method based on LDL factorizations. The investigation of QR decompositions for H-matrices leads to a new QR decomposition. It has some properties that are superior to the existing ones, which is shown by experiments using the HQR decompositions to build a QR (eigenvalue) algorithm for H-matrices does not progress to a more efficient algorithm than the LR Cholesky algorithm. The implementation of the LR Cholesky algorithm for hierarchical matrices together with deflation and shift strategies yields an algorithm that require O(n) iterations to find all eigenvalues. Unfortunately, the local ranks of the iterates show a strong growth in the first steps. These H-fill-ins makes the computation expensive, so that O(n³) flops and O(n²) storage are required. Theorem 4.3.1 explains this behavior and shows that the LR Cholesky algorithm is efficient for the simple structured Hl-matrices. There is an exact LDLT factorization for Hl-matrices and an approximate LDLT factorization for H-matrices in linear-polylogarithmic complexity. This factorizations can be used to compute the inertia of an H-matrix. With the knowledge of the inertia for arbitrary shifts, one can compute an eigenvalue by bisectioning. The slicing the spectrum algorithm can compute all eigenvalues of an Hl-matrix in linear-polylogarithmic complexity. A single eigenvalue can be computed in O(k²n log^4 n). Since the LDLT factorization for general H-matrices is only approximative, the accuracy of the LDLT slicing algorithm is limited. The local ranks of the LDLT factorization for indefinite matrices are generally unknown, so that there is no statement on the complexity of the algorithm besides the numerical results in Table 5.7. The preconditioned inverse iteration computes the smallest eigenvalue and the corresponding eigenvector. This method is efficient, since the number of iterations is independent of the matrix dimension. If other eigenvalues than the smallest are searched, then preconditioned inverse iteration can not be simply applied to the shifted matrix, since positive definiteness is necessary. The squared and shifted matrix (M-mu I)² is positive definite. Inner eigenvalues can be computed by the combination of folded spectrum method and PINVIT. Numerical experiments show that the approximate inversion of (M-mu I)² is more expensive than the approximate inversion of M, so that the computation of the inner eigenvalues is more expensive. We compare the different eigenvalue algorithms. The preconditioned inverse iteration for hierarchical matrices is better than the LDLT slicing algorithm for the computation of the smallest eigenvalues, especially if the inverse is already available. The computation of inner eigenvalues with the folded spectrum method and preconditioned inverse iteration is more expensive. The LDLT slicing algorithm is competitive to H-PINVIT for the computation of inner eigenvalues. In the case of large, sparse matrices, specially tailored algorithms for sparse matrices, like the MATLAB function eigs, are more efficient. If one wants to compute all eigenvalues, then the LDLT slicing algorithm seems to be better than the LR Cholesky algorithm. If the matrix is small enough to be handled in dense arithmetic (and is not an Hl(1)-matrix), then dense eigensolvers, like the LAPACK function dsyev, are superior. The H-PINVIT and the LDLT slicing algorithm require only an almost linear amount of storage. They can handle larger matrices than eigenvalue algorithms for dense matrices. For Hl-matrices of local rank 1, the LDLT slicing algorithm and the LR Cholesky algorithm need almost the same time for the computation of all eigenvalues. For large matrices, both algorithms are faster than the dense LAPACK function dsyev.



Eigenvalue Algorithms For Symmetric Hierarchical Matrices


Eigenvalue Algorithms For Symmetric Hierarchical Matrices
DOWNLOAD
Author : Thomas Mach
language : en
Publisher:
Release Date : 2012

Eigenvalue Algorithms For Symmetric Hierarchical Matrices written by Thomas Mach and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012 with categories.




The Science Of High Performance Algorithms For Hierarchical Matrices


The Science Of High Performance Algorithms For Hierarchical Matrices
DOWNLOAD
Author : Chen-Han Yu (Ph. D.)
language : en
Publisher:
Release Date : 2018

The Science Of High Performance Algorithms For Hierarchical Matrices written by Chen-Han Yu (Ph. D.) and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018 with categories.


Many matrices in scientific computing, statistical inference, and machine learning exhibit sparse and low-rank structure. Typically, such structure is exposed by appropriate matrix permutation of rows and columns, and exploited by constructing an hierarchical approximation. That is, the matrix can be written as a summation of sparse and low-rank matrices and this structure repeats recursively. Matrices that admit such hierarchical approximation are known as hierarchical matrices (H-matrices in brief). H-matrix approximation methods are more general and scalable than solely using a sparse or low-rank matrix approximation. Classical numerical linear algebra operations on H-matrices-multiplication, factorization, and eigenvalue decomposition-can be accelerated by many orders of magnitude. Although the literature on H-matrices for problems in computational physics (low-dimensions) is vast, there is less work for generalization and problems appearing in machine learning. Also, there is limited work on high-performance computing algorithms for pure algebraic H-matrix methods. This dissertation tries to address these open problems on building hierarchical approximation for kernel matrices and generic symmetric positive definite (SPD) matrices. We propose a general tree-based framework (GOFMM) for appropriately permuting a matrix to expose its hierarchical structure. GOFMM supports both static and dynamic scheduling, shared memory and distributed memory architectures, and hardware accelerators. The supported algorithms include kernel methods, approximate matrix multiplication and factorization for large sparse and dense matrices.



An Introduction To Hierarchical Matrices


An Introduction To Hierarchical Matrices
DOWNLOAD
Author : Wolfgang Hackbusch
language : en
Publisher:
Release Date : 2001

An Introduction To Hierarchical Matrices written by Wolfgang Hackbusch and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2001 with categories.




Efficient Numerical Methods For Non Local Operators


Efficient Numerical Methods For Non Local Operators
DOWNLOAD
Author : Steffen Börm
language : en
Publisher: European Mathematical Society
Release Date : 2010

Efficient Numerical Methods For Non Local Operators written by Steffen Börm and has been published by European Mathematical Society this book supported file pdf, txt, epub, kindle and other format this book has been release on 2010 with Matrices categories.


Hierarchical matrices present an efficient way of treating dense matrices that arise in the context of integral equations, elliptic partial differential equations, and control theory. While a dense $n\times n$ matrix in standard representation requires $n^2$ units of storage, a hierarchical matrix can approximate the matrix in a compact representation requiring only $O(n k \log n)$ units of storage, where $k$ is a parameter controlling the accuracy. Hierarchical matrices have been successfully applied to approximate matrices arising in the context of boundary integral methods, to construct preconditioners for partial differential equations, to evaluate matrix functions, and to solve matrix equations used in control theory. $\mathcal{H}^2$-matrices offer a refinement of hierarchical matrices: Using a multilevel representation of submatrices, the efficiency can be significantly improved, particularly for large problems. This book gives an introduction to the basic concepts and presents a general framework that can be used to analyze the complexity and accuracy of $\mathcal{H}^2$-matrix techniques. Starting from basic ideas of numerical linear algebra and numerical analysis, the theory is developed in a straightforward and systematic way, accessible to advanced students and researchers in numerical mathematics and scientific computing. Special techniques are required only in isolated sections, e.g., for certain classes of model problems.



Application Of Hierarchical Matrices For Computing The Karhunen Lo Ve Expansion


Application Of Hierarchical Matrices For Computing The Karhunen Lo Ve Expansion
DOWNLOAD
Author : B. N. Khoromskij
language : en
Publisher:
Release Date : 2009

Application Of Hierarchical Matrices For Computing The Karhunen Lo Ve Expansion written by B. N. Khoromskij and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2009 with categories.


Realistic mathematical models of physical processes contain uncertainties. These models are often described by stochastic differential equations (SDEs) or stochastic partial differential equations (SPDEs) with multiplicative noise. The uncertainties in the right-hand side or the coefficients are represented as random fields. To solve a given SPDE numerically one has to discretise the deterministic operator as well as the stochastic fields. The total dimension of the SPDE is the product of the dimensions of the deterministic part and the stochastic part. To approximate random fields with as few random variables as possible, but still retaining the essential information, the Karhunen-Loeve expansion (KLE) becomes important. The KLE of a random field requires the solution of a large eigenvalue problem. Usually it is solved by a Krylov subspace method with a sparse matrix approximation. We demonstrate the use of sparse hierarchical matrix techniques for this. A log-linear computational cost of the matrix-vector product and a log-linear storage requirement yield an efficient and fast discretisation of the random fields presented.



Introduction To Hierarchical Matrices With Applications


Introduction To Hierarchical Matrices With Applications
DOWNLOAD
Author : Steffen Börm
language : en
Publisher:
Release Date : 2002

Introduction To Hierarchical Matrices With Applications written by Steffen Börm and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2002 with categories.




Hierarchical Matrices Based On A Weak Admissibility Criterion


Hierarchical Matrices Based On A Weak Admissibility Criterion
DOWNLOAD
Author : Wolfgang Hackbusch
language : en
Publisher:
Release Date : 2003

Hierarchical Matrices Based On A Weak Admissibility Criterion written by Wolfgang Hackbusch and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2003 with categories.