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

◆ dbtran()

double precision function dbtran ( integer, dimension(*)  iseed)

Definition at line 8618 of file blacstest.f.

8619 INTEGER ISEED(*)
8620*
8621* .. External Functions ..
8622 DOUBLE PRECISION DLARND
8623 EXTERNAL dlarnd
8624* .. Executable Statements ..
8625*
8626 dbtran = dlarnd(2, iseed)
8627*
8628 RETURN
8629*
8630* End of Dbtran
8631*
double precision function dbtran(iseed)
Definition blacstest.f:8619
double precision function dlarnd(idist, iseed)
Definition tools.f:1811