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

◆ sinitmat()

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

Definition at line 7461 of file blacstest.f.

7463 CHARACTER*1 UPLO, DIAG
7464 INTEGER M, N, LDA, IPRE, IPOST, TESTNUM, MYROW, MYCOL
7465 REAL CHECKVAL
7466 REAL MEM(*)
7467*
7468* .. External subroutines ..
7469 EXTERNAL sgenmat, spadmat
7470* ..
7471* .. executable statements ..
7472*
7473 CALL sgenmat( m, n, mem(ipre+1), lda, testnum, myrow, mycol )
7474 CALL spadmat( uplo, diag, m, n, mem, lda, ipre, ipost, checkval )
7475*
7476 RETURN
subroutine spadmat(uplo, diag, m, n, mem, lda, ipre, ipost, checkval)
Definition blacstest.f:7572
subroutine sgenmat(m, n, a, lda, testnum, myrow, mycol)
Definition blacstest.f:7480
Here is the call graph for this function:
Here is the caller graph for this function: