LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for laset: set matrix:

Functions

subroutine claset (UPLO, M, N, ALPHA, BETA, A, LDA)
 CLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values. More...
 
subroutine dlaset (UPLO, M, N, ALPHA, BETA, A, LDA)
 DLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values. More...
 
subroutine slaset (UPLO, M, N, ALPHA, BETA, A, LDA)
 SLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values. More...
 
subroutine zlaset (UPLO, M, N, ALPHA, BETA, A, LDA)
 ZLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values. More...
 

Detailed Description