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

Definition at line 2459 of file c_dblat3.f.

2459 *
2460 * Auxiliary routine for test program for Level 3 Blas.
2461 *
2462 * -- Written on 8-February-1989.
2463 * Jack Dongarra, Argonne National Laboratory.
2464 * Iain Duff, AERE Harwell.
2465 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
2466 * Sven Hammarling, Numerical Algorithms Group Ltd.
2467 *
2468 * .. Scalar Arguments ..
2469  DOUBLE PRECISION x, y
2470 * .. Executable Statements ..
2471  ddiff = x - y
2472  RETURN
2473 *
2474 * End of DDIFF.
2475 *
double precision function ddiff(X, Y)
Definition: dblat2.f:3080

Here is the call graph for this function: