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 2474 of file c_dblat3.f.

2475*
2476* Auxiliary routine for test program for Level 3 Blas.
2477*
2478* -- Written on 8-February-1989.
2479* Jack Dongarra, Argonne National Laboratory.
2480* Iain Duff, AERE Harwell.
2481* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2482* Sven Hammarling, Numerical Algorithms Group Ltd.
2483*
2484* .. Scalar Arguments ..
2485 DOUBLE PRECISION X, Y
2486* .. Executable Statements ..
2487 ddiff = x - y
2488 RETURN
2489*
2490* End of DDIFF.
2491*
double precision function ddiff(x, y)
Definition dblat2.f:3105
Here is the call graph for this function: