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