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

◆ ddiff()

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

Definition at line 2766 of file dblat3.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 DOUBLE PRECISION X, Y
2778* .. Executable Statements ..
2779 ddiff = x - y
2780 RETURN
2781*
2782* End of DDIFF
2783*
double precision function ddiff(x, y)
Definition dblat2.f:3105
Here is the call graph for this function: