Treffer: Algorithm 818: A reference model implementation of the sparse BLAS in fortran 95

Title:
Algorithm 818: A reference model implementation of the sparse BLAS in fortran 95
Source:
ACM Transactions on Mathematical Software. 28:268-283
Publisher Information:
Association for Computing Machinery (ACM), 2002.
Publication Year:
2002
Document Type:
Fachzeitschrift Article
File Description:
application/xml
Language:
English
ISSN:
1557-7295
0098-3500
DOI:
10.1145/567806.567811
Accession Number:
edsair.doi.dedup.....b259af749455f45dcce40e2e8efd8ef4
Database:
OpenAIRE

Weitere Informationen

The Basic Linear Algebra Subprograms for sparse matrices (Sparse BLAS) as defined by the BLAS Technical Forum are a set of routines providing basic operations for sparse matrices and vectors. A principal goal of the Sparse BLAS standard is to aid in the development of iterative solvers for large sparse linear systems by specifying on the one hand interfaces for a high-level description of vector and matrix operations for the algorithm developer and on the other hand leaving enough freedom for vendors to provide the most efficient implementation of the underlying algorithms for their specific architectures.The Sparse BLAS standard defines interfaces and bindings for the three target languages: C, Fortran 77 and Fortran 95. We describe here our Fortran 95 implementation intended as a reference model for the Sparse BLAS. We identify the underlying complex issues of the representation and the handling of sparse matrices and give suggestions to other implementors of how to address them.