SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ zinitmat()

subroutine zinitmat ( character*1  uplo,
character*1  diag,
integer  m,
integer  n,
double complex, dimension(*)  mem,
integer  lda,
integer  ipre,
integer  ipost,
double complex  checkval,
integer  testnum,
integer  myrow,
integer  mycol 
)

Definition at line 10657 of file blacstest.f.

10659 CHARACTER*1 UPLO, DIAG
10660 INTEGER M, N, LDA, IPRE, IPOST, TESTNUM, MYROW, MYCOL
10661 DOUBLE COMPLEX CHECKVAL
10662 DOUBLE COMPLEX MEM(*)
10663*
10664* .. External subroutines ..
10665 EXTERNAL zgenmat, zpadmat
10666* ..
10667* .. executable statements ..
10668*
10669 CALL zgenmat( m, n, mem(ipre+1), lda, testnum, myrow, mycol )
10670 CALL zpadmat( uplo, diag, m, n, mem, lda, ipre, ipost, checkval )
10671*
10672 RETURN
subroutine zpadmat(uplo, diag, m, n, mem, lda, ipre, ipost, checkval)
subroutine zgenmat(m, n, a, lda, testnum, myrow, mycol)
Here is the caller graph for this function: