Hierarchical Matrices Algorithms And Analysis

eBook Download

BOOK EXCERPT:

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.

Product Details :

Genre : Mathematics
Author : Wolfgang Hackbusch
Publisher : Springer
Release : 2015-12-21
File : 532 Pages
ISBN-13 : 9783662473245


Developing Linear Algebra Codes On Modern Processors Emerging Research And Opportunities

eBook Download

BOOK EXCERPT:

Optimized linear algebra (LA) libraries that are able to exploit the underlying hardware are always of interest in the high-performance computing community. The implementation of LA software has evolved along with computer architecture, while the specification remains unaltered almost from the beginning. It is important to differentiate between the specification of LA libraries and their implementation. Because LA libraries pursue high performance, the implementation for a given architecture needs to be optimized for it specifically. However, the type of operations included in the libraries, the input/output parameters, and the data types to be handled are common to all of them. This is why, while the specification remains constant, the implementation evolves with the creation of new architectures. Developing Linear Algebra Codes on Modern Processors: Emerging Research and Opportunities presents the main characteristics of LA libraries, showing the differences between the standards for sparse and dense versions. It further explores relevant linear algebra problems and shows, in a clear and understandable way, how to solve them using different computer architectures. Covering topics such as programming models, batched computing, and distributed memory platforms, this premier reference source is an excellent resource for programmers, computer scientists, engineers, students and faculty of higher education, librarians, researchers, and academicians.

Product Details :

Genre : Mathematics
Author : Catalán Pallarés, Sandra
Publisher : IGI Global
Release : 2022-10-14
File : 279 Pages
ISBN-13 : 9781799870845


Exploiting Hidden Structure In Matrix Computations Algorithms And Applications

eBook Download

BOOK EXCERPT:

Focusing on special matrices and matrices which are in some sense `near’ to structured matrices, this volume covers a broad range of topics of current interest in numerical linear algebra. Exploitation of these less obvious structural properties can be of great importance in the design of efficient numerical methods, for example algorithms for matrices with low-rank block structure, matrices with decay, and structured tensor computations. Applications range from quantum chemistry to queuing theory. Structured matrices arise frequently in applications. Examples include banded and sparse matrices, Toeplitz-type matrices, and matrices with semi-separable or quasi-separable structure, as well as Hamiltonian and symplectic matrices. The associated literature is enormous, and many efficient algorithms have been developed for solving problems involving such matrices. The text arose from a C.I.M.E. course held in Cetraro (Italy) in June 2015 which aimed to present this fast growing field to young researchers, exploiting the expertise of five leading lecturers with different theoretical and application perspectives.

Product Details :

Genre : Mathematics
Author : Michele Benzi
Publisher : Springer
Release : 2017-01-24
File : 413 Pages
ISBN-13 : 9783319498874


Hierarchical Matrices Algorithms And Analysis

eBook Download

BOOK EXCERPT:

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.

Product Details :

Genre :
Author : Wolfgang Hackbusch
Publisher :
Release : 2015
File : Pages
ISBN-13 : 3662473259


Eigenvalue Algorithms For Symmetric Hierarchical Matrices

eBook Download

BOOK EXCERPT:

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.

Product Details :

Genre : Mathematics
Author : Thomas Mach
Publisher : Thomas Mach
Release : 2012
File : 173 Pages
ISBN-13 :


Efficient Numerical Methods For Non Local Operators

eBook Download

BOOK EXCERPT:

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.

Product Details :

Genre : Mathematics
Author : Steffen Börm
Publisher : European Mathematical Society
Release : 2010
File : 452 Pages
ISBN-13 : 3037190914


Numerical Analysis And Its Applications

eBook Download

BOOK EXCERPT:

This book constitutes thoroughly revised selected papers of the 6th International Conference on Numerical Analysis and Its Applications, NAA 2016, held in Lozenetz, Bulgaria, in June 2016. The 90 revised papers presented were carefully reviewed and selected from 98 submissions. The conference offers a wide range of the following topics: Numerical Modeling; Numerical Stochastics; Numerical Approx-imation and Computational Geometry; Numerical Linear Algebra and Numer-ical Solution of Transcendental Equations; Numerical Methods for Differential Equations; High Performance Scientific Computing; and also special topics such as Novel methods in computational finance based on the FP7 Marie Curie Action,Project Multi-ITN STRIKE - Novel Methods in Compu-tational Finance, Grant Agreement Number 304617; Advanced numerical and applied studies of fractional differential equations.

Product Details :

Genre : Computers
Author : Ivan Dimov
Publisher : Springer
Release : 2017-04-11
File : 798 Pages
ISBN-13 : 9783319570990


Euro Par 2018 Parallel Processing

eBook Download

BOOK EXCERPT:

This book constitutes the proceedings of the 24th International Conference on Parallel and Distributed Computing, Euro-Par 2018, held in Turin, Italy, in August 2018. The 57 full papers presented in this volume were carefully reviewed and selected from 194 submissions. They were organized in topical sections named: support tools and environments; performance and power modeling, prediction and evaluation; scheduling and load balancing; high performance architecutres and compilers; parallel and distributed data management and analytics; cluster and cloud computing; distributed systems and algorithms; parallel and distributed programming, interfaces, and languages; multicore and manycore methods and tools; theory and algorithms for parallel computation and networking; parallel numerical methods and applications; and accelerator computing for advanced applications.

Product Details :

Genre : Computers
Author : Marco Aldinucci
Publisher : Springer
Release : 2018-08-20
File : 849 Pages
ISBN-13 : 9783319969831


Spectral And High Order Methods For Partial Differential Equations Icosahom 2020 1

eBook Download

BOOK EXCERPT:

The volume features high-quality papers based on the presentations at the ICOSAHOM 2020+1 on spectral and high order methods. The carefully reviewed articles cover state of the art topics in high order discretizations of partial differential equations. The volume presents a wide range of topics including the design and analysis of high order methods, the development of fast solvers on modern computer architecture, and the application of these methods in fluid and structural mechanics computations.

Product Details :

Genre : Mathematics
Author : Jens M. Melenk
Publisher : Springer Nature
Release : 2023-06-30
File : 571 Pages
ISBN-13 : 9783031204326


The Isogeometric Boundary Element Method

eBook Download

BOOK EXCERPT:

This book discusses the introduction of isogeometric technology to the boundary element method (BEM) in order to establish an improved link between simulation and computer aided design (CAD) that does not require mesh generation. In the isogeometric BEM, non-uniform rational B-splines replace the Lagrange polynomials used in conventional BEM. This may seem a trivial exercise, but if implemented rigorously, it has profound implications for the programming, resulting in software that is extremely user friendly and efficient. The BEM is ideally suited for linking with CAD, as both rely on the definition of objects by boundary representation. The book shows how the isogeometric philosophy can be implemented and how its benefits can be maximised with a minimum of user effort. Using several examples, ranging from potential problems to elasticity, it demonstrates that the isogeometric approach results in a drastic reduction in the number of unknowns and an increase in the quality of the results. In some cases even exact solutions without refinement are possible. The book also presents a number of practical applications, demonstrating that the development is not only of academic interest. It then elegantly addresses heterogeneous and non-linear problems using isogeometric concepts, and tests them on several examples, including a severely non-linear problem in viscous flow. The book makes a significant contribution towards a seamless integration of CAD and simulation, which eliminates the need for tedious mesh generation and provides high-quality results with minimum user intervention and computing.

Product Details :

Genre : Science
Author : Gernot Beer
Publisher : Springer Nature
Release : 2019-09-21
File : 342 Pages
ISBN-13 : 9783030233396