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

Definition at line 3399 of file zblat3.f.

3399 *
3400 * Auxiliary routine for test program for Level 3 Blas.
3401 *
3402 * -- Written on 8-February-1989.
3403 * Jack Dongarra, Argonne National Laboratory.
3404 * Iain Duff, AERE Harwell.
3405 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
3406 * Sven Hammarling, Numerical Algorithms Group Ltd.
3407 *
3408 * .. Scalar Arguments ..
3409  DOUBLE PRECISION x, y
3410 * .. Executable Statements ..
3411  ddiff = x - y
3412  RETURN
3413 *
3414 * End of DDIFF.
3415 *
double precision function ddiff(X, Y)
Definition: dblat2.f:3080

Here is the call graph for this function: