Go to the source code of this file.
Functions |
subroutine | scopym (M, N, A, LDA, B, LDB) |
subroutine | dcopym (M, N, A, LDA, B, LDB) |
subroutine | ccopym (M, N, A, LDA, B, LDB) |
subroutine | zcopym (M, N, A, LDA, B, LDB) |
Function Documentation
subroutine scopym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
real, dimension(lda*n) |
A, |
|
|
integer |
LDA, |
|
|
real, dimension(ldb*n) |
B, |
|
|
integer |
LDB |
|
) |
| |
subroutine dcopym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
double precision, dimension(lda*n) |
A, |
|
|
integer |
LDA, |
|
|
double precision, dimension(ldb*n) |
B, |
|
|
integer |
LDB |
|
) |
| |
subroutine ccopym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
complex, dimension(lda*n) |
A, |
|
|
integer |
LDA, |
|
|
complex, dimension(ldb*n) |
B, |
|
|
integer |
LDB |
|
) |
| |
subroutine zcopym |
( |
integer |
M, |
|
|
integer |
N, |
|
|
double complex, dimension(lda*n) |
A, |
|
|
integer |
LDA, |
|
|
double complex, dimension(ldb*n) |
B, |
|
|
integer |
LDB |
|
) |
| |