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

◆ dinitmat()

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

Definition at line 8525 of file blacstest.f.

8527 CHARACTER*1 UPLO, DIAG
8528 INTEGER M, N, LDA, IPRE, IPOST, TESTNUM, MYROW, MYCOL
8529 DOUBLE PRECISION CHECKVAL
8530 DOUBLE PRECISION MEM(*)
8531*
8532* .. External subroutines ..
8533 EXTERNAL dgenmat, dpadmat
8534* ..
8535* .. executable statements ..
8536*
8537 CALL dgenmat( m, n, mem(ipre+1), lda, testnum, myrow, mycol )
8538 CALL dpadmat( uplo, diag, m, n, mem, lda, ipre, ipost, checkval )
8539*
8540 RETURN
subroutine dgenmat(m, n, a, lda, testnum, myrow, mycol)
Definition blacstest.f:8544
subroutine dpadmat(uplo, diag, m, n, mem, lda, ipre, ipost, checkval)
Definition blacstest.f:8636
Here is the call graph for this function:
Here is the caller graph for this function: