zlaset (3) Linux Manual Page
zlaset.f – Synopsis Functions/Subroutines 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. Function/Subroutine Documentation subroutine zlaset (characterUPLO, integerM, integerN, complex*16ALPHA, complex*16BETA, complex*16, dimension( lda, * )A, integerLDA) ZLASET initializes the off-diagonal elements and the diagonal elements of a matrix…
