Go to the source code of this file.
Functions |
subroutine | saxpym (M, N, A, X, LDX, Y, LDY) |
subroutine | daxpym (M, N, A, X, LDX, Y, LDY) |
subroutine | caxpym (M, N, A, X, LDX, Y, LDY) |
subroutine | zaxpym (M, N, A, X, LDX, Y, LDY) |
Function Documentation
subroutine saxpym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
real |
A, |
|
|
real, dimension(ldx*n) |
X, |
|
|
integer |
LDX, |
|
|
real, dimension(ldy*n) |
Y, |
|
|
integer |
LDY |
|
) |
| |
subroutine daxpym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
double precision |
A, |
|
|
double precision, dimension(ldx*n) |
X, |
|
|
integer |
LDX, |
|
|
double precision, dimension(ldy*n) |
Y, |
|
|
integer |
LDY |
|
) |
| |
subroutine caxpym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
complex |
A, |
|
|
complex, dimension(ldx*n) |
X, |
|
|
integer |
LDX, |
|
|
complex, dimension(ldy*n) |
Y, |
|
|
integer |
LDY |
|
) |
| |
subroutine zaxpym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
double complex |
A, |
|
|
double complex, dimension(ldx*n) |
X, |
|
|
integer |
LDX, |
|
|
double complex, dimension(ldy*n) |
Y, |
|
|
integer |
LDY |
|
) |
| |