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 2788 of file c_zblat3.f.

2789*
2790* Auxiliary routine for test program for Level 3 Blas.
2791*
2792* -- Written on 8-February-1989.
2793* Jack Dongarra, Argonne National Laboratory.
2794* Iain Duff, AERE Harwell.
2795* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2796* Sven Hammarling, Numerical Algorithms Group Ltd.
2797*
2798* .. Scalar Arguments ..
2799 DOUBLE PRECISION X, Y
2800* .. Executable Statements ..
2801 ddiff = x - y
2802 RETURN
2803*
2804* End of DDIFF.
2805*
double precision function ddiff(x, y)
Definition dblat2.f:3105
Here is the call graph for this function: