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

◆ iinitmat()

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

Definition at line 6392 of file blacstest.f.

6394 CHARACTER*1 UPLO, DIAG
6395 INTEGER M, N, LDA, IPRE, IPOST, TESTNUM, MYROW, MYCOL
6396 INTEGER CHECKVAL
6397 INTEGER MEM(*)
6398*
6399* .. External subroutines ..
6400 EXTERNAL igenmat, ipadmat
6401* ..
6402* .. executable statements ..
6403*
6404 CALL igenmat( m, n, mem(ipre+1), lda, testnum, myrow, mycol )
6405 CALL ipadmat( uplo, diag, m, n, mem, lda, ipre, ipost, checkval )
6406*
6407 RETURN
subroutine igenmat(m, n, a, lda, testnum, myrow, mycol)
Definition blacstest.f:6411
subroutine ipadmat(uplo, diag, m, n, mem, lda, ipre, ipost, checkval)
Definition blacstest.f:6508
Here is the call graph for this function:
Here is the caller graph for this function: