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