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

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

Here is the call graph for this function: