HECON: estimates the reciprocal of the condition number of a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / (ANORM * norm(inv(A))).
More...
HECON: estimates the reciprocal of the condition number of a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / (ANORM * norm(inv(A))).
◆ la_checon()
| la_lapack::hecon::la_checon |
◆ la_whecon()
| la_lapack::hecon::la_whecon |
◆ la_zhecon()
| la_lapack::hecon::la_zhecon |
The documentation for this interface was generated from the following file: