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

◆ dlamc3()

double precision function dlamc3 ( double precision  a,
double precision  b 
)

Definition at line 585 of file tools.f.

586*
587* -- LAPACK auxiliary routine (version 2.0) --
588* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
589* Courant Institute, Argonne National Lab, and Rice University
590* October 31, 1992
591*
592* .. Scalar Arguments ..
593 DOUBLE PRECISION A, B
594* ..
595*
596* Purpose
597* =======
598*
599* DLAMC3 is intended to force A and B to be stored prior to doing
600* the addition of A and B , for use in situations where optimizers
601* might hold one of these in a register.
602*
603* Arguments
604* =========
605*
606* A, B (input) DOUBLE PRECISION
607* The values A and B.
608*
609* =====================================================================
610*
611* .. Executable Statements ..
612*
613 dlamc3 = a + b
614*
615 RETURN
616*
617* End of DLAMC3
618*
double precision function dlamc3(a, b)
Definition tools.f:586
Here is the call graph for this function:
Here is the caller graph for this function: