|
NAMESRC/clacp2.f SYNOPSISFunctions/Subroutinessubroutine clacp2 (uplo, m, n, a, lda, b, ldb)
Function/Subroutine Documentationsubroutine clacp2 (character uplo, integer m, integer n, real, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb)CLACP2 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 clacp2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|