Book Chapter10.1137/1.9780898717952.CH2
2. Linear Equations
Cleve B. Moler
- 01 Jan 2004
- pp 53-92
19
TL;DR: The LAPACK project as discussed by the authors developed a linear algebra package for modern high-performance computers, and the functions developed within that project are being incorporated into the Library as Chapters f07 and f08.
read more
Abstract: 1 Introduction The f Chapters of the Library are concerned with linear algebra and cover a large area. This general introduction is intended to help you decide which particular f Chapter is relevant to your problem. The following Chapters are currently available: Chapter f01 – Matrix Factorizations Chapter f02 – Eigenvalues and Eigenvectors Chapter f03 – Determinants Chapter f04 – Simultaneous Linear Equations Chapter f06 – Linear Algebra Support Functions Chapter f07 – Linear Equations (LAPACK) Chapter f08 – Least-squares and Eigenvalue Problems (LAPACK) Chapter f11 – Large Scale Linear Systems Chapter f12 – Large Scale Eigenproblems Chapter f16 – NAG Interface to BLAS The principal problem areas addressed by the above Chapters are Systems of linear equations Linear least-squares problems Eigenvalue and singular value problems The solution of these problems usually involves several matrix operations, such as a matrix factorization followed by the solution of the factorized form, and the functions for these operations themselves utilize lower level support functions, typically from Chapter f16. You will not normally need to be concerned with these support functions. NAG has been involved in a project, called LAPACK (see Anderson et al. (1999)), to develop a linear algebra package for modern high-performance computers, and the functions developed within that project are being incorporated into the Library as Chapters f07 and f08. It should be emphasised that, while the LAPACK project has been concerned with high-performance computers, the functions do not compromise efficiency on conventional machines. Chapters f11 and f12 contain functions for solving large scale problems, but a few earlier functions are still located in Chapters f01, f02 and f04. For background information on numerical algorithms for the solution of linear algebra problems see Golub and Van Loan (1996). In some problem areas you have the choice of selecting a single function to solve the problem, a so-called Black Box function, or selecting more than one function to solve the problem, such as a factorization function followed by a solve function, so-called General Purpose functions. The following sections indicate which chapters are relevant to particular problem areas. The Black Box functions for solving linear equations of the form Ax ¼ b and AX ¼ B, where A is an n by n real or complex nonsingular matrix, are to be found in Chapters f04 and f07. Such equations can also be solved by selecting a general purpose factorization function from Chapter f01 …
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Simple spectral stray light correction method for array spectroradiometers
TL;DR: A simple, practical method has been developed to correct a spectroradiometer's response for measurement errors arising from the instrument's spectral stray light, fast enough to be integrated into an instrument's software to perform real-time corrections with minimal effect on acquisition speed.
260
Satisfiability Allows No Nontrivial Sparsification Unless The Polynomial-Time Hierarchy Collapses.
Holger Dell,Dieter van Melkebeek +1 more
- 01 Jan 2009
TL;DR: For any integer d ≥ 3 and positive real e, it was shown in this article that satisfiability for n-variable d-CNF formulas has a protocol of cost O(nd √ log n−1/e) where n is the number of bits of communication from the first player to the second player.
225
•Book
Finite Element Methods:: Parallel-Sparse Statics and Eigen-Solutions
Duc T. Nguyen
- 29 Oct 2010
TL;DR: A review of Basic Finite Element Procedures and Applications for MPI/FORTRAN Applications.
31
Stray Light Correction of the Marine Optical System
M Feinholz,Stephanie J. Flora,Mark A. Yarbrough,Keith R. Lykke,Steven W. Brown,B. Carol Johnson,Dennis K. Clark +6 more
TL;DR: An algorithm is applied to correct the response of the Marine Optical System for scattered, or improperly imaged, light in the system, and reduces the effects of scattered light on the measured source by one to two orders of magnitude.
•Proceedings Article
Satisfiability Allows No Nontrivial Sparsification Unless The Polynomial-Time Hierarchy Collapses
Holger Dell,Dieter van Melkebeek +1 more
- 01 Jan 2010
TL;DR: In this paper, it was shown that if satisfiability for vertex cover is not in NP/poly, then the polynomial-time hierarchy collapses to its third level, which implies that the hierarchy collapses.
14
References
An extended set of Fortran Basic Linear Algebra Subprograms: model implementation and test programs
Jack Dongarra,J. Du Croz,Sven Hammarling,Richard J. Hanson +3 more
- 01 Jan 1987
TL;DR: In this article, a model implementation and test software for Level 2 Basic Linear Algebra Subprograms (Level 2 BLAS) is described, targeted at matrix-vector operations with the aim of providing more efficient, but portable, implementations of algorithms on high-performance computers.
942
A proposal for a set of level 3 basic linear algebra subprograms
Jack Dongarra,Jeremy Du Croz,Iain S. Duff,S. Hammarling +3 more
- 01 Jul 1987
TL;DR: The Level 3 BLAS are targeted at matrix-matrix operations with the aim of providing more efficient, but portable, implementations of algorithms on high-performance computers, especially those with hierarchical memory and parallel processing capability.
153
Sparse extensions to the FORTRAN Basic Linear Algebra Subprograms
TL;DR: This paper describes an extension to the set of Basic Linear Algebra Subprograms targeted at sparse vector operations, with the goal of providing efficient, but portable, implementations of algorithms for high-performance computers.
38
Related Papers (5)
[...]
Martin Anthony,Norman Biggs +1 more
- 01 Jan 1996
Joshua E. Greenspon
- 19 Apr 2016
Philip Hartman
- 01 Jan 2002
Norbert Steinmetz
- 01 Jan 2011