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

◆ sdiff()

real function sdiff ( real  x,
real  y 
)

Definition at line 2725 of file c_cblat2.f.

2726*
2727* Auxiliary routine for test program for Level 2 Blas.
2728*
2729* -- Written on 10-August-1987.
2730* Richard Hanson, Sandia National Labs.
2731*
2732* .. Scalar Arguments ..
2733 REAL X, Y
2734* .. Executable Statements ..
2735 sdiff = x - y
2736 RETURN
2737*
2738* End of SDIFF.
2739*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: