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

◆ sbtran()

real function sbtran ( integer, dimension(*)  iseed)

Definition at line 7554 of file blacstest.f.

7555 INTEGER ISEED(*)
7556*
7557* .. External Functions ..
7558 DOUBLE PRECISION DLARND
7559 EXTERNAL dlarnd
7560* .. Executable Statements ..
7561*
7562 sbtran = real( dlarnd(2, iseed) )
7563*
7564 RETURN
7565*
7566* End of Sbtran
7567*
real function sbtran(iseed)
Definition blacstest.f:7555
double precision function dlarnd(idist, iseed)
Definition tools.f:1811
Here is the call graph for this function: