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

◆ ibtran()

integer function ibtran ( integer, dimension(*)  iseed)

Definition at line 6485 of file blacstest.f.

6486 INTEGER ISEED(*)
6487*
6488* .. External Functions ..
6489 DOUBLE PRECISION DLARND
6490 EXTERNAL dlarnd
6491* ..
6492* .. Local Scalars ..
6493 DOUBLE PRECISION DVAL
6494* ..
6495* .. Executable Statements ..
6496*
6497 dval = 1.0d6 * dlarnd(2, iseed)
6498 ibtran = int(dval)
6499*
6500 RETURN
6501*
6502* End of Ibtran
6503*
integer function ibtran(iseed)
Definition blacstest.f:6486
double precision function dlarnd(idist, iseed)
Definition tools.f:1811
Here is the call graph for this function:
Here is the caller graph for this function: