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 3104 of file dblat2.f.

3105*
3106* Auxiliary routine for test program for Level 2 Blas.
3107*
3108* -- Written on 10-August-1987.
3109* Richard Hanson, Sandia National Labs.
3110*
3111* .. Scalar Arguments ..
3112 DOUBLE PRECISION X, Y
3113* .. Executable Statements ..
3114 ddiff = x - y
3115 RETURN
3116*
3117* End of DDIFF
3118*
double precision function ddiff(x, y)
Definition dblat2.f:3105
Here is the call graph for this function:
Here is the caller graph for this function: