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

Definition at line 3191 of file zblat2.f.

3191 *
3192 * Auxiliary routine for test program for Level 2 Blas.
3193 *
3194 * -- Written on 10-August-1987.
3195 * Richard Hanson, Sandia National Labs.
3196 *
3197 * .. Scalar Arguments ..
3198  DOUBLE PRECISION x, y
3199 * .. Executable Statements ..
3200  ddiff = x - y
3201  RETURN
3202 *
3203 * End of DDIFF.
3204 *
double precision function ddiff(X, Y)
Definition: dblat2.f:3080

Here is the call graph for this function: