![]() |
![]()
| ![]() |
![]()
NAMESRC/zlacpy.f SYNOPSISFunctions/Subroutinessubroutine zlacpy (uplo, m, n, a, lda, b, ldb)
Function/Subroutine Documentationsubroutine zlacpy (character uplo, integer m, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb)ZLACPY copies all or part of one two-dimensional array to another. Purpose:
Parameters UPLO
M
N
A
LDA
B
LDB
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 102 of file zlacpy.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|