LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ ddiff()

double precision function ddiff ( double precision  x,
double precision  y 
)

Definition at line 2458 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:3105
Here is the call graph for this function: