LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lacpy: copy matrix:

Functions

subroutine clacpy (UPLO, M, N, A, LDA, B, LDB)
 CLACPY copies all or part of one two-dimensional array to another. More...
 
subroutine dlacpy (UPLO, M, N, A, LDA, B, LDB)
 DLACPY copies all or part of one two-dimensional array to another. More...
 
subroutine slacpy (UPLO, M, N, A, LDA, B, LDB)
 SLACPY copies all or part of one two-dimensional array to another. More...
 
subroutine zlacpy (UPLO, M, N, A, LDA, B, LDB)
 ZLACPY copies all or part of one two-dimensional array to another. More...
 

Detailed Description