PPCON: estimates the reciprocal of the condition number (in the 1-norm) of a complex Hermitian positive definite packed matrix using the Cholesky factorization A = U**H*U or A = L*L**H computed by CPPTRF. 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 | cppcon (uplo, n, ap, anorm, rcond, work, rwork, info) |
|
| la_cppcon |
|
pure subroutine | dppcon (uplo, n, ap, anorm, rcond, work, iwork, info) |
|
| la_dppcon |
|
| la_qppcon |
|
pure subroutine | sppcon (uplo, n, ap, anorm, rcond, work, iwork, info) |
|
| la_sppcon |
|
| la_wppcon |
|
pure subroutine | zppcon (uplo, n, ap, anorm, rcond, work, rwork, info) |
|
| la_zppcon |
|
PPCON: estimates the reciprocal of the condition number (in the 1-norm) of a complex Hermitian positive definite packed matrix using the Cholesky factorization A = U**H*U or A = L*L**H computed by CPPTRF. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / (ANORM * norm(inv(A))).
◆ cppcon()
pure subroutine la_lapack::ppcon::cppcon |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), intent(in) |
anorm, |
|
|
real(sp), intent(out) |
rcond, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
real(sp), dimension(*), intent(out) |
rwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dppcon()
pure subroutine la_lapack::ppcon::dppcon |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), intent(in) |
anorm, |
|
|
real(dp), intent(out) |
rcond, |
|
|
real(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), dimension(*), intent(out) |
iwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_cppcon()
la_lapack::ppcon::la_cppcon |
◆ la_dppcon()
la_lapack::ppcon::la_dppcon |
◆ la_qppcon()
la_lapack::ppcon::la_qppcon |
◆ la_sppcon()
la_lapack::ppcon::la_sppcon |
◆ la_wppcon()
la_lapack::ppcon::la_wppcon |
◆ la_zppcon()
la_lapack::ppcon::la_zppcon |
◆ sppcon()
pure subroutine la_lapack::ppcon::sppcon |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), intent(in) |
anorm, |
|
|
real(sp), intent(out) |
rcond, |
|
|
real(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), dimension(*), intent(out) |
iwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ zppcon()
pure subroutine la_lapack::ppcon::zppcon |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), intent(in) |
anorm, |
|
|
real(dp), intent(out) |
rcond, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
real(dp), dimension(*), intent(out) |
rwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: