Query: pslamch
OS: debian
Section: 3
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSLAMCH(l) LAPACK auxiliary routine (version 1.5) PSLAMCH(l)NAMEPSLAMCH - determine single precision machine parametersSYNOPSISREAL FUNCTION PSLAMCH( ICTXT, CMACH ) CHARACTER CMACH INTEGER ICTXTPURPOSEPSLAMCH determines single precision machine parameters.ARGUMENTSICTXT (global input) INTEGER The BLACS context handle in which the computation takes place. CMACH (global input) CHARACTER*1 Specifies the value to be returned by PSLAMCH: = 'E' or 'e', PSLAMCH := eps = 'S' or 's , PSLAMCH := sfmin = 'B' or 'b', PSLAMCH := base = 'P' or 'p', PSLAMCH := eps*base = 'N' or 'n', PSLAMCH := t = 'R' or 'r', PSLAMCH := rnd = 'M' or 'm', PSLAMCH := emin = 'U' or 'u', PSLAMCH := rmin = 'L' or 'l', PSLAMCH := emax = 'O' or 'o', PSLAMCH := rmax where eps = relative machine precision sfmin = safe minimum, such that 1/sfmin does not overflow base = base of the machine prec = eps*base t = number of (base) dig- its in the mantissa rnd = 1.0 when rounding occurs in addition, 0.0 otherwise emin = minimum exponent before (gradual) underflow rmin = underflow threshold - base**(emin-1) emax = largest exponent before overflow rmax = overflow threshold - (base**emax)*(1-eps) LAPACK version 1.5 12 May 1997 PSLAMCH(l)
Related Man Pages |
---|
dlamc3(3) - debian |
slamc2(3) - debian |
slamch(3) - debian |
slamc3(3) - centos |
dlamch.f(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Weird 'find' results |