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

◆ sdiff()

real function sdiff ( real  x,
real  y 
)

Definition at line 3207 of file cblat2.f.

3208*
3209* Auxiliary routine for test program for Level 2 Blas.
3210*
3211* -- Written on 10-August-1987.
3212* Richard Hanson, Sandia National Labs.
3213*
3214* .. Scalar Arguments ..
3215 REAL X, Y
3216* .. Executable Statements ..
3217 sdiff = x - y
3218 RETURN
3219*
3220* End of SDIFF
3221*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: