TPCON: estimates the reciprocal of the condition number of a packed triangular matrix A, in either the 1-norm or the infinity-norm. The norm of A is computed and an estimate is obtained for norm(inv(A)), then the reciprocal of the condition number is computed as RCOND = 1 / ( norm(A) * norm(inv(A)) ).
More...
|
subroutine | ctpcon (norm, uplo, diag, n, ap, rcond, work, rwork, info) |
|
| la_ctpcon |
|
subroutine | dtpcon (norm, uplo, diag, n, ap, rcond, work, iwork, info) |
|
| la_dtpcon |
|
| la_qtpcon |
|
subroutine | stpcon (norm, uplo, diag, n, ap, rcond, work, iwork, info) |
|
| la_stpcon |
|
| la_wtpcon |
|
subroutine | ztpcon (norm, uplo, diag, n, ap, rcond, work, rwork, info) |
|
| la_ztpcon |
|
TPCON: estimates the reciprocal of the condition number of a packed triangular matrix A, in either the 1-norm or the infinity-norm. The norm of A is computed and an estimate is obtained for norm(inv(A)), then the reciprocal of the condition number is computed as RCOND = 1 / ( norm(A) * norm(inv(A)) ).
◆ ctpcon()
subroutine la_lapack::tpcon::ctpcon |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
uplo, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), intent(out) |
rcond, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
real(sp), dimension(*), intent(out) |
rwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dtpcon()
subroutine la_lapack::tpcon::dtpcon |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
uplo, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), intent(out) |
rcond, |
|
|
real(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), dimension(*), intent(out) |
iwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_ctpcon()
la_lapack::tpcon::la_ctpcon |
◆ la_dtpcon()
la_lapack::tpcon::la_dtpcon |
◆ la_qtpcon()
la_lapack::tpcon::la_qtpcon |
◆ la_stpcon()
la_lapack::tpcon::la_stpcon |
◆ la_wtpcon()
la_lapack::tpcon::la_wtpcon |
◆ la_ztpcon()
la_lapack::tpcon::la_ztpcon |
◆ stpcon()
subroutine la_lapack::tpcon::stpcon |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
uplo, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), intent(out) |
rcond, |
|
|
real(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), dimension(*), intent(out) |
iwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ ztpcon()
subroutine la_lapack::tpcon::ztpcon |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
uplo, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
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: