|
NAMESRC/zlacp2.f SYNOPSISFunctions/Subroutinessubroutine zlacp2 (uplo, m, n, a, lda, b, ldb)
Function/Subroutine Documentationsubroutine zlacp2 (character uplo, integer m, integer n, double precision, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb)ZLACP2 copies all or part of a real two-dimensional array to a complex array. 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 103 of file zlacp2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|