LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ lze()

logical function lze ( complex*16, dimension( * )  RI,
complex*16, dimension( * )  RJ,
integer  LR 
)

Definition at line 3074 of file zblat2.f.

3075*
3076* Tests if two arrays are identical.
3077*
3078* Auxiliary routine for test program for Level 2 Blas.
3079*
3080* -- Written on 10-August-1987.
3081* Richard Hanson, Sandia National Labs.
3082* Jeremy Du Croz, NAG Central Office.
3083*
3084* .. Scalar Arguments ..
3085 INTEGER LR
3086* .. Array Arguments ..
3087 COMPLEX*16 RI( * ), RJ( * )
3088* .. Local Scalars ..
3089 INTEGER I
3090* .. Executable Statements ..
3091 DO 10 i = 1, lr
3092 IF( ri( i ).NE.rj( i ) )
3093 $ GO TO 20
3094 10 CONTINUE
3095 lze = .true.
3096 GO TO 30
3097 20 CONTINUE
3098 lze = .false.
3099 30 RETURN
3100*
3101* End of LZE
3102*
logical function lze(RI, RJ, LR)
Definition: zblat2.f:3075
Here is the call graph for this function:
Here is the caller graph for this function: