LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
double precision function ddiff ( double precision  X,
double precision  Y 
)

Definition at line 3080 of file dblat2.f.

3080 *
3081 * Auxiliary routine for test program for Level 2 Blas.
3082 *
3083 * -- Written on 10-August-1987.
3084 * Richard Hanson, Sandia National Labs.
3085 *
3086 * .. Scalar Arguments ..
3087  DOUBLE PRECISION x, y
3088 * .. Executable Statements ..
3089  ddiff = x - y
3090  RETURN
3091 *
3092 * End of DDIFF.
3093 *
double precision function ddiff(X, Y)
Definition: dblat2.f:3080

Here is the caller graph for this function: