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

Definition at line 3183 of file cblat2.f.

3183 *
3184 * Auxiliary routine for test program for Level 2 Blas.
3185 *
3186 * -- Written on 10-August-1987.
3187 * Richard Hanson, Sandia National Labs.
3188 *
3189 * .. Scalar Arguments ..
3190  REAL x, y
3191 * .. Executable Statements ..
3192  sdiff = x - y
3193  RETURN
3194 *
3195 * End of SDIFF.
3196 *
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: