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

◆ sdiff()

real function sdiff ( real  x,
real  y 
)

Definition at line 2892 of file c_sblat2.f.

2893*
2894* Auxiliary routine for test program for Level 2 Blas.
2895*
2896* -- Written on 10-August-1987.
2897* Richard Hanson, Sandia National Labs.
2898*
2899* .. Scalar Arguments ..
2900 REAL X, Y
2901* .. Executable Statements ..
2902 sdiff = x - y
2903 RETURN
2904*
2905* End of SDIFF.
2906*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: