1979
DOI: 10.1145/355841.355847
|View full text |Cite
|
Sign up to set email alerts
|

Basic Linear Algebra Subprograms for Fortran Usage

Abstract: A package of 39 low-level subprograms for many of the basic operations of numerical linear algebra is presented. The package is intended to be used with FORTRAN. The operations in the package are dot products, elementary vector operations, Givens transformations, vector copy and swap, vector norms, vector scaling, and the indices of components of largest magnitu3F.The subprograms and a test driver are available in portable FORTRAN.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
585
0
16

Year Published

1986
1986
2019
2019

Publication Types

Select...
8
1
1

Relationship

0
10

Authors

Journals

citations
Cited by 1,277 publications
(607 citation statements)
references
References 6 publications
0
585
0
16
Order By: Relevance
“…However, it still needs to perform division. More details about how this is computed in software are discussed in [15], [17].…”
Section: In the First Iteration We Partitionmentioning
confidence: 99%
“…However, it still needs to perform division. More details about how this is computed in software are discussed in [15], [17].…”
Section: In the First Iteration We Partitionmentioning
confidence: 99%
“…• ATLAS [26] and Sparsity [18] optimize the dense and sparse BLAS [19], respectively. ATLAS relies on a one-time expensive installation, after which its use at runtime engenders no overhead.…”
Section: Related Workmentioning
confidence: 99%
“…For computers that require greater vector lengths to achieve maximum performance it is possible to write (4) as a set of "vector = vector + scalar*vector" (SAXPY [31]) operations of length n 2 to N~ or even n 2 N to N 3 [2]. It is also possible to perform the first half-transformation (4a, 6) efficiently on a parallel architecture, by generating and processing subsets of integrals (such as [//i/|Aa], V A > o and fixed /j > v] on each processor.…”
Section: Computational Considerationsmentioning
confidence: 99%