|
NAMESRC/claset.f SYNOPSISFunctions/Subroutinessubroutine claset (uplo, m, n, alpha, beta, a, lda)
Function/Subroutine Documentationsubroutine claset (character uplo, integer m, integer n, complex alpha, complex beta, complex, dimension( lda, * ) a, integer lda)CLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values. Purpose:
Parameters UPLO
M
N
ALPHA
BETA
A
LDA
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 105 of file claset.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|