LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ sdiff()

real function sdiff ( real x,
real y )

Definition at line 3104 of file sblat2.f.

3105*
3106* Auxiliary routine for test program for Level 2 Blas.
3107*
3108* -- Written on 10-August-1987.
3109* Richard Hanson, Sandia National Labs.
3110*
3111* .. Scalar Arguments ..
3112 REAL X, Y
3113* .. Executable Statements ..
3114 sdiff = x - y
3115 RETURN
3116*
3117* End of SDIFF
3118*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: