Technical report 10/2008

HLIBpro C Language Interface

Ronald Kriemann

Contact the author: Please use for correspondence this email.
Submission date: 07. Jan. 2008 (revised version: March 2008)
Pages: 71
Bibtex
MSC-Numbers: 68N01, 68W10, 68W25, 65F05, 65F30, 65F50
Keywords and phrases: hierarchical matrices, Dense Matrices, sparse matrices
Download full preprint: PDF (570 kB)

Abstract:
HLIBpro is a software library implementing hierarchical matrices or H-matrices for short. This type of matrices provides a technique to represent various full matrices in a data-sparse format and furthermore, allows usual matrix arithmetic, e.g. matrix-vector multiplication, matrix multiplication and inversion, with almost linear complexity. Examples of matrices, which can be represented by H-matrices stem from the area of partial differential or integral equations. Beside the standard arithmetic mentioned above, HLIBpro also provides additional algorithms for decomposing matrices, e.g. LU-factorisation and for solving linear equation systems with various direct or iterative methods. Furthermore, it contains methods for directly converting a dense operator into an H-matrix without constructing the corresponding dense matrix. This manual describes the interface to the HLIBpro library from the C programming language.

04.09.2019, 14:40