Next:
4.1.1.1 Determining the inner
Up:
4.1 BLAS libraries
Previous:
4.1 BLAS libraries
 
Contents
4.1.1 Vector-by-Vector operations (BLAS1)
The following operations with vectors
x
,
y
and scalar
are included in BLAS1 :
For each component do
Addition
$$
Subtraction
$$
Multiplication
$$
Division
$$
Copy
$$
Inner product
SDOT
,
DDOT
.
Triades :
SAXPY
/
DAXPY
S
calar
A
lpha times
X
P
lus
Y
resp.
Parallel computer :
Splitting of vectors into (disjoint) subvectors. The inner product requires at least one
REDUCE
operation Sect.
3.3.4
).
Vector unit :
Besides the inner product all operations are natural vector operation.
Subsections
4.1.1.1 Determining the inner product on a vector unit
4.1.1.2 Inner product on a parallel machine with distributed memory
Gundolf Haase 2000-03-20