LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
real function sget06 | ( | real | rcond, |
real | rcondc ) |
SGET06
!> !> SGET06 computes a test ratio to compare two values for RCOND. !>
[in] | RCOND | !> RCOND is REAL !> The estimate of the reciprocal of the condition number of A, !> as computed by SGECON. !> |
[in] | RCONDC | !> RCONDC is REAL !> The reciprocal of the condition number of A, computed as !> ( 1/norm(A) ) / norm(inv(A)). !> |
Definition at line 54 of file sget06.f.