SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ slamc3()

real function slamc3 ( real  a,
real  b 
)

Definition at line 1442 of file tools.f.

1443*
1444* -- LAPACK auxiliary routine (version 2.0) --
1445* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
1446* Courant Institute, Argonne National Lab, and Rice University
1447* October 31, 1992
1448*
1449* .. Scalar Arguments ..
1450 REAL A, B
1451* ..
1452*
1453* Purpose
1454* =======
1455*
1456* SLAMC3 is intended to force A and B to be stored prior to doing
1457* the addition of A and B , for use in situations where optimizers
1458* might hold one of these in a register.
1459*
1460* Arguments
1461* =========
1462*
1463* A, B (input) REAL
1464* The values A and B.
1465*
1466* =====================================================================
1467*
1468* .. Executable Statements ..
1469*
1470 slamc3 = a + b
1471*
1472 RETURN
1473*
1474* End of SLAMC3
1475*
real function slamc3(a, b)
Definition tools.f:1443
Here is the call graph for this function:
Here is the caller graph for this function: