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 3600 of file zblat3.f.

3601*
3602* Auxiliary routine for test program for Level 3 Blas.
3603*
3604* -- Written on 8-February-1989.
3605* Jack Dongarra, Argonne National Laboratory.
3606* Iain Duff, AERE Harwell.
3607* Jeremy Du Croz, Numerical Algorithms Group Ltd.
3608* Sven Hammarling, Numerical Algorithms Group Ltd.
3609*
3610* .. Scalar Arguments ..
3611 DOUBLE PRECISION X, Y
3612* .. Executable Statements ..
3613 ddiff = x - y
3614 RETURN
3615*
3616* End of DDIFF
3617*
double precision function ddiff(x, y)
Definition dblat2.f:3105
Here is the call graph for this function: