LA_SYRPVGRW: computes the reciprocal pivot growth factor norm(A)/norm(U). The "max absolute element" norm is used. If this is much less than 1, the stability of the LU factorization of the (equilibrated) matrix A could be poor. This also means that the solution X, estimated condition numbers, and error bounds could be unreliable.
More...
|
real(sp) function | cla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work) |
|
| la_cla_syrpvgrw |
|
real(dp) function | dla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work) |
|
| la_dla_syrpvgrw |
|
| la_qla_syrpvgrw |
|
real(sp) function | sla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work) |
|
| la_sla_syrpvgrw |
|
| la_wla_syrpvgrw |
|
real(dp) function | zla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work) |
|
| la_zla_syrpvgrw |
|
LA_SYRPVGRW: computes the reciprocal pivot growth factor norm(A)/norm(U). The "max absolute element" norm is used. If this is much less than 1, the stability of the LU factorization of the (equilibrated) matrix A could be poor. This also means that the solution X, estimated condition numbers, and error bounds could be unreliable.
◆ cla_syrpvgrw()
real(sp) function la_lapack::la_syrpvgrw::cla_syrpvgrw |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
info, |
|
|
complex(sp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(sp), dimension(ldaf,*), intent(in) |
af, |
|
|
integer(ilp), intent(in) |
ldaf, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
real(sp), dimension(*), intent(out) |
work |
|
) |
| |
◆ dla_syrpvgrw()
real(dp) function la_lapack::la_syrpvgrw::dla_syrpvgrw |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
info, |
|
|
real(dp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(dp), dimension(ldaf,*), intent(in) |
af, |
|
|
integer(ilp), intent(in) |
ldaf, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
real(dp), dimension(*), intent(out) |
work |
|
) |
| |
◆ la_cla_syrpvgrw()
la_lapack::la_syrpvgrw::la_cla_syrpvgrw |
◆ la_dla_syrpvgrw()
la_lapack::la_syrpvgrw::la_dla_syrpvgrw |
◆ la_qla_syrpvgrw()
la_lapack::la_syrpvgrw::la_qla_syrpvgrw |
◆ la_sla_syrpvgrw()
la_lapack::la_syrpvgrw::la_sla_syrpvgrw |
◆ la_wla_syrpvgrw()
la_lapack::la_syrpvgrw::la_wla_syrpvgrw |
◆ la_zla_syrpvgrw()
la_lapack::la_syrpvgrw::la_zla_syrpvgrw |
◆ sla_syrpvgrw()
real(sp) function la_lapack::la_syrpvgrw::sla_syrpvgrw |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
info, |
|
|
real(sp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(sp), dimension(ldaf,*), intent(in) |
af, |
|
|
integer(ilp), intent(in) |
ldaf, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
real(sp), dimension(*), intent(out) |
work |
|
) |
| |
◆ zla_syrpvgrw()
real(dp) function la_lapack::la_syrpvgrw::zla_syrpvgrw |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
info, |
|
|
complex(dp), dimension(lda,*), intent(in) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
complex(dp), dimension(ldaf,*), intent(in) |
af, |
|
|
integer(ilp), intent(in) |
ldaf, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
real(dp), dimension(*), intent(out) |
work |
|
) |
| |
The documentation for this interface was generated from the following file: