LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
double precision function dlamc3 | ( | double precision | a, |
double precision | b ) |
DLAMC3
Purpose:
!> DLAMC3 is intended to force A and B to be stored prior to doing !> the addition of A and B , for use in situations where optimizers !> might hold one of these in a register. !>
[in] | A | !> A is a DOUBLE PRECISION !> |
[in] | B | !> B is a DOUBLE PRECISION !> The values A and B. !> |
Definition at line 171 of file dlamch.f.