LA_GBRCOND: Estimates the Skeel condition number of op(A) * op2(C) where op2 is determined by CMODE as follows CMODE = 1 op2(C) = C CMODE = 0 op2(C) = I CMODE = -1 op2(C) = inv(C) The Skeel condition number cond(A) = norminf( |inv(A)||A| ) is computed by computing scaling factors R such that diag(R)*A*op2(C) is row equilibrated and computing the standard infinity-norm condition number.
More...
|
real(dp) function | dla_gbrcond (trans, n, kl, ku, ab, ldab, afb, ldafb, ipiv, cmode, c, info, work, iwork) |
|
| la_dla_gbrcond |
|
| la_qla_gbrcond |
|
real(sp) function | sla_gbrcond (trans, n, kl, ku, ab, ldab, afb, ldafb, ipiv, cmode, c, info, work, iwork) |
|
| la_sla_gbrcond |
|
LA_GBRCOND: Estimates the Skeel condition number of op(A) * op2(C) where op2 is determined by CMODE as follows CMODE = 1 op2(C) = C CMODE = 0 op2(C) = I CMODE = -1 op2(C) = inv(C) The Skeel condition number cond(A) = norminf( |inv(A)||A| ) is computed by computing scaling factors R such that diag(R)*A*op2(C) is row equilibrated and computing the standard infinity-norm condition number.
◆ dla_gbrcond()
real(dp) function la_lapack::la_gbrcond::dla_gbrcond |
( |
character, intent(in) |
trans, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
kl, |
|
|
integer(ilp), intent(in) |
ku, |
|
|
real(dp), dimension(ldab,*), intent(in) |
ab, |
|
|
integer(ilp), intent(in) |
ldab, |
|
|
real(dp), dimension(ldafb,*), intent(in) |
afb, |
|
|
integer(ilp), intent(in) |
ldafb, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
integer(ilp), intent(in) |
cmode, |
|
|
real(dp), dimension(*), intent(in) |
c, |
|
|
integer(ilp), intent(out) |
info, |
|
|
real(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), dimension(*), intent(out) |
iwork |
|
) |
| |
◆ la_dla_gbrcond()
la_lapack::la_gbrcond::la_dla_gbrcond |
◆ la_qla_gbrcond()
la_lapack::la_gbrcond::la_qla_gbrcond |
◆ la_sla_gbrcond()
la_lapack::la_gbrcond::la_sla_gbrcond |
◆ sla_gbrcond()
real(sp) function la_lapack::la_gbrcond::sla_gbrcond |
( |
character, intent(in) |
trans, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
kl, |
|
|
integer(ilp), intent(in) |
ku, |
|
|
real(sp), dimension(ldab,*), intent(in) |
ab, |
|
|
integer(ilp), intent(in) |
ldab, |
|
|
real(sp), dimension(ldafb,*), intent(in) |
afb, |
|
|
integer(ilp), intent(in) |
ldafb, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
integer(ilp), intent(in) |
cmode, |
|
|
real(sp), dimension(*), intent(in) |
c, |
|
|
integer(ilp), intent(out) |
info, |
|
|
real(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), dimension(*), intent(out) |
iwork |
|
) |
| |
The documentation for this interface was generated from the following file: