LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
lacp2: general matrix, convert real to complex
Collaboration diagram for lacp2: general matrix, convert real to complex:

Functions

subroutine clacp2 (UPLO, M, N, A, LDA, B, LDB)
 CLACP2 copies all or part of a real two-dimensional array to a complex array. More...
 
subroutine zlacp2 (UPLO, M, N, A, LDA, B, LDB)
 ZLACP2 copies all or part of a real two-dimensional array to a complex array. More...
 

Detailed Description