Searched refs:DLAMCH (Results 1 - 3 of 3) sorted by relevance
/external/eigen/lapack/ |
H A D | dlarfg.f | 133 DOUBLE PRECISION DLAMCH, DLAPY2, DNRM2 local in subroutine:DLARFG 134 EXTERNAL DLAMCH, DLAPY2, DNRM2 161 SAFMIN = DLAMCH( 'S' ) / DLAMCH( 'E' )
|
H A D | zlarfg.f | 133 DOUBLE PRECISION DLAMCH, DLAPY3, DZNRM2 local in subroutine:ZLARFG 135 EXTERNAL DLAMCH, DLAPY3, DZNRM2, ZLADIV 164 SAFMIN = DLAMCH( 'S' ) / DLAMCH( 'E' )
|
H A D | dlamch.f | 1 *> \brief \b DLAMCH 11 * DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) 19 *> DLAMCH determines double precision machine parameters. 27 *> Specifies the value to be returned by DLAMCH: 28 *> = 'E' or 'e', DLAMCH := eps 29 *> = 'S' or 's , DLAMCH := sfmin 30 *> = 'B' or 'b', DLAMCH := base 31 *> = 'P' or 'p', DLAMCH := eps*base 32 *> = 'N' or 'n', DLAMCH := t 33 *> = 'R' or 'r', DLAMCH 64 DOUBLE PRECISION FUNCTION DLAMCH function [all...] |
Completed in 61 milliseconds