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

Definition at line 2774 of file c_zblat3.f.

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

Here is the call graph for this function: