![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaset.f SYNOPSISFunctions/Subroutinessubroutine dlaset (uplo, m, n, alpha, beta, a, lda)
Function/Subroutine Documentationsubroutine dlaset (character uplo, integer m, integer n, double precision alpha, double precision beta, double precision, dimension( lda, * ) a, integer lda)DLASET 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 109 of file dlaset.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|