LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ sdiff()

real function sdiff ( real  x,
real  y 
)

Definition at line 2462 of file c_sblat3.f.

2463*
2464* Auxiliary routine for test program for Level 3 Blas.
2465*
2466* -- Written on 8-February-1989.
2467* Jack Dongarra, Argonne National Laboratory.
2468* Iain Duff, AERE Harwell.
2469* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2470* Sven Hammarling, Numerical Algorithms Group Ltd.
2471*
2472* .. Scalar Arguments ..
2473 REAL X, Y
2474* .. Executable Statements ..
2475 sdiff = x - y
2476 RETURN
2477*
2478* End of SDIFF.
2479*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: