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

◆ ibtspnum()

integer function ibtspnum ( character*1  scope,
integer  prow,
integer  pcol,
integer  npcol 
)

Definition at line 14869 of file blacstest.f.

14870 CHARACTER*1 SCOPE
14871 INTEGER PROW, PCOL, NPCOL
14872 IF( scope .EQ. 'R' ) THEN
14873 ibtspnum = pcol
14874 ELSE IF( scope .EQ. 'C' ) THEN
14875 ibtspnum = prow
14876 ELSE
14877 ibtspnum = prow*npcol + pcol
14878 END IF
14879*
14880 RETURN
14881*
14882* End of ibtscpnum
14883*
integer function ibtspnum(scope, prow, pcol, npcol)
Here is the call graph for this function:
Here is the caller graph for this function: