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

◆ cbtran()

complex function cbtran ( integer, dimension(*)  iseed)

Definition at line 9682 of file blacstest.f.

9683 INTEGER ISEED(*)
9684*
9685* .. External Functions ..
9686 DOUBLE COMPLEX ZLARND
9687 EXTERNAL zlarnd
9688 cbtran = cmplx( zlarnd(2, iseed) )
9689*
9690 RETURN
9691*
9692* End of Cbtran
9693*
float cmplx[2]
Definition pblas.h:136
complex function cbtran(iseed)
Definition blacstest.f:9683
double complex function zlarnd(idist, iseed)
Definition tools.f:1899
Here is the call graph for this function:
Here is the caller graph for this function: