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

◆ sdiff()

real function sdiff ( real x,
real y )

Definition at line 2785 of file c_cblat3.f.

2786*
2787* Auxiliary routine for test program for Level 3 Blas.
2788*
2789* -- Written on 8-February-1989.
2790* Jack Dongarra, Argonne National Laboratory.
2791* Iain Duff, AERE Harwell.
2792* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2793* Sven Hammarling, Numerical Algorithms Group Ltd.
2794*
2795* .. Scalar Arguments ..
2796 REAL X, Y
2797* .. Executable Statements ..
2798 sdiff = x - y
2799 RETURN
2800*
2801* End of SDIFF.
2802*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: