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

◆ sdiff()

real function sdiff ( real  x,
real  y 
)

Definition at line 3385 of file cblat3.f.

3386*
3387* Auxiliary routine for test program for Level 3 Blas.
3388*
3389* -- Written on 8-February-1989.
3390* Jack Dongarra, Argonne National Laboratory.
3391* Iain Duff, AERE Harwell.
3392* Jeremy Du Croz, Numerical Algorithms Group Ltd.
3393* Sven Hammarling, Numerical Algorithms Group Ltd.
3394*
3395* .. Scalar Arguments ..
3396 REAL X, Y
3397* .. Executable Statements ..
3398 sdiff = x - y
3399 RETURN
3400*
3401* End of SDIFF
3402*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: