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 3588 of file cblat3.f.

3589*
3590* Auxiliary routine for test program for Level 3 Blas.
3591*
3592* -- Written on 8-February-1989.
3593* Jack Dongarra, Argonne National Laboratory.
3594* Iain Duff, AERE Harwell.
3595* Jeremy Du Croz, Numerical Algorithms Group Ltd.
3596* Sven Hammarling, Numerical Algorithms Group Ltd.
3597*
3598* .. Scalar Arguments ..
3599 REAL X, Y
3600* .. Executable Statements ..
3601 sdiff = x - y
3602 RETURN
3603*
3604* End of SDIFF
3605*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: