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

◆ cinitmat()

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

Definition at line 9589 of file blacstest.f.

9591 CHARACTER*1 UPLO, DIAG
9592 INTEGER M, N, LDA, IPRE, IPOST, TESTNUM, MYROW, MYCOL
9593 COMPLEX CHECKVAL
9594 COMPLEX MEM(*)
9595*
9596* .. External subroutines ..
9597 EXTERNAL cgenmat, cpadmat
9598* ..
9599* .. executable statements ..
9600*
9601 CALL cgenmat( m, n, mem(ipre+1), lda, testnum, myrow, mycol )
9602 CALL cpadmat( uplo, diag, m, n, mem, lda, ipre, ipost, checkval )
9603*
9604 RETURN
subroutine cpadmat(uplo, diag, m, n, mem, lda, ipre, ipost, checkval)
Definition blacstest.f:9698
subroutine cgenmat(m, n, a, lda, testnum, myrow, mycol)
Definition blacstest.f:9608
Here is the call graph for this function:
Here is the caller graph for this function: