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

◆ jumpit()

subroutine jumpit ( integer, dimension(2)  mult,
integer, dimension(2)  iadd,
integer, dimension(2)  irann,
integer, dimension(2)  iranm 
)

Definition at line 182 of file pmatgeninc.f.

183*
184* -- ScaLAPACK routine (version 1.7) --
185* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
186* and University of California, Berkeley.
187* May 1, 1997
188*
189* .. Array Arguments ..
190 INTEGER IADD(2), IRANM(2), IRANN(2), MULT(2)
191* ..
192*
193* =====================================================================
194*
195* .. Local Arrays ..
196 INTEGER IAS(2), ICS(2), IRAND(2), J(2)
197* ..
198* .. External Subroutines ..
199 EXTERNAL ladd, lmul
200* ..
201* .. Common Blocks ..
202 COMMON /rancom/ irand, ias, ics
203 SAVE /rancom/
204* ..
205* .. Executable Statements ..
206*
207 CALL lmul( irann, mult, j )
208 CALL ladd( j, iadd, iranm )
209*
210 irand(1) = iranm(1)
211 irand(2) = iranm(2)
212*
213 RETURN
214*
215* End of JUMPIT
216*
subroutine ladd(j, k, i)
Definition pmatgeninc.f:6
subroutine lmul(k, j, i)
Definition pmatgeninc.f:41
Here is the call graph for this function:
Here is the caller graph for this function: