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

◆ ddiff()

double precision function ddiff ( double precision x,
double precision y )

Definition at line 2852 of file dblat3.f.

2853*
2854* Auxiliary routine for test program for Level 3 Blas.
2855*
2856* -- Written on 8-February-1989.
2857* Jack Dongarra, Argonne National Laboratory.
2858* Iain Duff, AERE Harwell.
2859* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2860* Sven Hammarling, Numerical Algorithms Group Ltd.
2861*
2862* .. Scalar Arguments ..
2863 DOUBLE PRECISION X, Y
2864* .. Executable Statements ..
2865 ddiff = x - y
2866 RETURN
2867*
2868* End of DDIFF
2869*
double precision function ddiff(x, y)
Definition dblat2.f:3105
Here is the call graph for this function: