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

Definition at line 2770 of file sblat3.f.

2770 *
2771 * Auxiliary routine for test program for Level 3 Blas.
2772 *
2773 * -- Written on 8-February-1989.
2774 * Jack Dongarra, Argonne National Laboratory.
2775 * Iain Duff, AERE Harwell.
2776 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
2777 * Sven Hammarling, Numerical Algorithms Group Ltd.
2778 *
2779 * .. Scalar Arguments ..
2780  REAL x, y
2781 * .. Executable Statements ..
2782  sdiff = x - y
2783  RETURN
2784 *
2785 * End of SDIFF.
2786 *
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: