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

◆ sdiff()

real function sdiff ( real  x,
real  y 
)

Definition at line 2766 of file sblat3.f.

2767*
2768* Auxiliary routine for test program for Level 3 Blas.
2769*
2770* -- Written on 8-February-1989.
2771* Jack Dongarra, Argonne National Laboratory.
2772* Iain Duff, AERE Harwell.
2773* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2774* Sven Hammarling, Numerical Algorithms Group Ltd.
2775*
2776* .. Scalar Arguments ..
2777 REAL X, Y
2778* .. Executable Statements ..
2779 sdiff = x - y
2780 RETURN
2781*
2782* End of SDIFF
2783*
real function sdiff(sa, sb)
Definition cblat1.f:701
Here is the call graph for this function: