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

◆ sdiff()

real function sdiff ( real x,
real y )

Definition at line 2480 of file c_sblat3.f.

2481*
2482* Auxiliary routine for test program for Level 3 Blas.
2483*
2484* -- Written on 8-February-1989.
2485* Jack Dongarra, Argonne National Laboratory.
2486* Iain Duff, AERE Harwell.
2487* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2488* Sven Hammarling, Numerical Algorithms Group Ltd.
2489*
2490* .. Scalar Arguments ..
2491 REAL X, Y
2492* .. Executable Statements ..
2493 sdiff = x - y
2494 RETURN
2495*
2496* End of SDIFF.
2497*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: