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

Definition at line 2770 of file dblat3.f.

2770 *
2771 * Auxiliary routine for test program for Level 3 Blas.
2772 *
2773 * -- Written on 8-February-1989.
2774 * Jack Dongarra, Argonne National Laboratory.
2775 * Iain Duff, AERE Harwell.
2776 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
2777 * Sven Hammarling, Numerical Algorithms Group Ltd.
2778 *
2779 * .. Scalar Arguments ..
2780  DOUBLE PRECISION x, y
2781 * .. Executable Statements ..
2782  ddiff = x - y
2783  RETURN
2784 *
2785 * End of DDIFF.
2786 *
double precision function ddiff(X, Y)
Definition: dblat2.f:3080

Here is the call graph for this function: