LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
real function sdiff ( real  X,
real  Y 
)

Definition at line 2463 of file c_sblat3.f.

2463 *
2464 * Auxiliary routine for test program for Level 3 Blas.
2465 *
2466 * -- Written on 8-February-1989.
2467 * Jack Dongarra, Argonne National Laboratory.
2468 * Iain Duff, AERE Harwell.
2469 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
2470 * Sven Hammarling, Numerical Algorithms Group Ltd.
2471 *
2472 * .. Scalar Arguments ..
2473  REAL x, y
2474 * .. Executable Statements ..
2475  sdiff = x - y
2476  RETURN
2477 *
2478 * End of SDIFF.
2479 *
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: