BLAS Level 1 Routines¶
This section describes BLAS Level 1 routines, which perform vector-vector operations. The following table lists the BLAS Level 1 routine groups and the data types associated with them.
Routine Group |
Data Types |
Description |
---|---|---|
|
Sum of vector magnitudes |
|
|
Scalar-vector product |
|
|
Copy vector |
|
|
Dot product |
|
mixed |
Dot product with double precision |
|
|
Dot product conjugated |
|
|
Dot product unconjugated |
|
|
Vector 2-norm (Euclidean norm) |
|
|
Plane rotation of points |
|
|
Generate Givens rotation of points |
|
|
Modified Givens plane rotation of points |
|
|
Generate modified Givens plane rotation of points |
|
|
Vector-scalar product |
|
|
Vector-vector swap |
|
|
Index of the maximum absolute value element of a vector |
|
|
Index of the minimum absolute value element of a vector |