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 577 of file dlamch.f.

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