BLAS Level 1 Routines#
BLAS Level 1 includes routines which perform vector-vector operations as described in the following table.
Routines  | 
Description  | 
|---|---|
Sum of vector magnitudes  | 
|
Scalar-vector product  | 
|
Copy vector  | 
|
Dot product  | 
|
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  | 
Parent topic: BLAS Routines