|
NAMESRC/zlaset.f SYNOPSISFunctions/Subroutinessubroutine zlaset (uplo, m, n, alpha, beta, a, lda)
Function/Subroutine Documentationsubroutine zlaset (character uplo, integer m, integer n, complex*16 alpha, complex*16 beta, complex*16, dimension( lda, * ) a, integer lda)ZLASET 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 zlaset.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|