LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
dget06.f File Reference

Go to the source code of this file.

Functions/Subroutines

DOUBLE PRECISION function dget06 (RCOND, RCONDC)
 DGET06 More...
 

Function/Subroutine Documentation

DOUBLE PRECISION function dget06 ( double precision  RCOND,
double precision  RCONDC 
)

DGET06

Purpose:
 DGET06 computes a test ratio to compare two values for RCOND.
Parameters
[in]RCOND
          RCOND is DOUBLE PRECISION
          The estimate of the reciprocal of the condition number of A,
          as computed by DGECON.
[in]RCONDC
          RCONDC is DOUBLE PRECISION
          The reciprocal of the condition number of A, computed as
          ( 1/norm(A) ) / norm(inv(A)).
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 56 of file dget06.f.

Here is the call graph for this function:

Here is the caller graph for this function: