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

Definition at line 3080 of file sblat2.f.

3080 *
3081 * Auxiliary routine for test program for Level 2 Blas.
3082 *
3083 * -- Written on 10-August-1987.
3084 * Richard Hanson, Sandia National Labs.
3085 *
3086 * .. Scalar Arguments ..
3087  REAL x, y
3088 * .. Executable Statements ..
3089  sdiff = x - y
3090  RETURN
3091 *
3092 * End of SDIFF.
3093 *
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: