![]() |
![]()
| ![]() |
![]()
NAMESRC/dlacpy.f SYNOPSISFunctions/Subroutinessubroutine dlacpy (uplo, m, n, a, lda, b, ldb)
Function/Subroutine Documentationsubroutine dlacpy (character uplo, integer m, integer n, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldb, * ) b, integer ldb)DLACPY copies all or part of one two-dimensional array to another. 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 102 of file dlacpy.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|