HECON_ROOK: 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_ROOK. 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...
|
pure subroutine | checon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, info) |
|
| la_checon_rook |
|
| la_whecon_rook |
|
pure subroutine | zhecon_rook (uplo, n, a, lda, ipiv, anorm, rcond, work, info) |
|
| la_zhecon_rook |
|
HECON_ROOK: 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_ROOK. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / (ANORM * norm(inv(A))).
◆ checon_rook()
pure subroutine la_lapack::hecon_rook::checon_rook |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
real(sp), intent(in) |
anorm, |
|
|
real(sp), intent(out) |
rcond, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_checon_rook()
la_lapack::hecon_rook::la_checon_rook |
◆ la_whecon_rook()
la_lapack::hecon_rook::la_whecon_rook |
◆ la_zhecon_rook()
la_lapack::hecon_rook::la_zhecon_rook |
◆ zhecon_rook()
pure subroutine la_lapack::hecon_rook::zhecon_rook |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
real(dp), intent(in) |
anorm, |
|
|
real(dp), intent(out) |
rcond, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: