LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
real function sdiff ( real  X,
real  Y 
)

Definition at line 2893 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:645

Here is the call graph for this function: