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

◆ sdiff()

real function sdiff ( real x,
real y )

Definition at line 2852 of file sblat3.f.

2853*
2854* Auxiliary routine for test program for Level 3 Blas.
2855*
2856* -- Written on 8-February-1989.
2857* Jack Dongarra, Argonne National Laboratory.
2858* Iain Duff, AERE Harwell.
2859* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2860* Sven Hammarling, Numerical Algorithms Group Ltd.
2861*
2862* .. Scalar Arguments ..
2863 REAL X, Y
2864* .. Executable Statements ..
2865 sdiff = x - y
2866 RETURN
2867*
2868* End of SDIFF
2869*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: