![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
| double precision function dget06 | ( | double precision | rcond, |
| double precision | rcondc ) |
DGET06
!> !> DGET06 computes a test ratio to compare two values for RCOND. !>
| [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)). !> |
Definition at line 54 of file dget06.f.