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

Definition at line 3389 of file cblat3.f.

3389 *
3390 * Auxiliary routine for test program for Level 3 Blas.
3391 *
3392 * -- Written on 8-February-1989.
3393 * Jack Dongarra, Argonne National Laboratory.
3394 * Iain Duff, AERE Harwell.
3395 * Jeremy Du Croz, Numerical Algorithms Group Ltd.
3396 * Sven Hammarling, Numerical Algorithms Group Ltd.
3397 *
3398 * .. Scalar Arguments ..
3399  REAL x, y
3400 * .. Executable Statements ..
3401  sdiff = x - y
3402  RETURN
3403 *
3404 * End of SDIFF.
3405 *
real function sdiff(SA, SB)
Definition: cblat1.f:645

Here is the call graph for this function: