Searched refs:DLAPY3 (Results 1 - 2 of 2) sorted by relevance
/external/eigen/lapack/ |
H A D | dlapy3.f | 1 *> \brief \b DLAPY3 9 *> Download DLAPY3 + dependencies 21 * DOUBLE PRECISION FUNCTION DLAPY3( X, Y, Z ) 33 *> DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause 69 DOUBLE PRECISION FUNCTION DLAPY3( X, Y, Z ) function 102 DLAPY3 = XABS + YABS + ZABS 104 DLAPY3 = W*SQRT( ( XABS / W )**2+( YABS / W )**2+ 109 * End of DLAPY3
|
H A D | zlarfg.f | 133 DOUBLE PRECISION DLAMCH, DLAPY3, DZNRM2 local in subroutine:ZLARFG 135 EXTERNAL DLAMCH, DLAPY3, DZNRM2, ZLADIV 163 BETA = -SIGN( DLAPY3( ALPHR, ALPHI, XNORM ), ALPHR ) 185 BETA = -SIGN( DLAPY3( ALPHR, ALPHI, XNORM ), ALPHR )
|
Completed in 228 milliseconds