|
NAMESRC/clag2z.f SYNOPSISFunctions/Subroutinessubroutine clag2z (m, n, sa, ldsa, a, lda, info)
Function/Subroutine Documentationsubroutine clag2z (integer m, integer n, complex, dimension( ldsa, * ) sa, integer ldsa, complex*16, dimension( lda, * ) a, integer lda, integer info)CLAG2Z converts a complex single precision matrix to a complex double precision matrix. Purpose:
Parameters M
N
SA
LDSA
A
LDA
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 102 of file clag2z.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|