LAQHB: equilibrates an Hermitian band matrix A using the scaling factors in the vector S.
More...
|
| pure subroutine | claqhb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
| |
| | la_claqhb |
| |
| | la_wlaqhb |
| |
| pure subroutine | zlaqhb (uplo, n, kd, ab, ldab, s, scond, amax, equed) |
| |
| | la_zlaqhb |
| |
LAQHB: equilibrates an Hermitian band matrix A using the scaling factors in the vector S.
◆ claqhb()
| pure subroutine la_lapack::laqhb::claqhb |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
complex(sp), dimension(ldab,*), intent(inout) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
real(sp), dimension(*), intent(out) | s, |
|
|
real(sp), intent(in) | scond, |
|
|
real(sp), intent(in) | amax, |
|
|
character, intent(out) | equed ) |
◆ la_claqhb()
| la_lapack::laqhb::la_claqhb |
◆ la_wlaqhb()
| la_lapack::laqhb::la_wlaqhb |
◆ la_zlaqhb()
| la_lapack::laqhb::la_zlaqhb |
◆ zlaqhb()
| pure subroutine la_lapack::laqhb::zlaqhb |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
complex(dp), dimension(ldab,*), intent(inout) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
real(dp), dimension(*), intent(out) | s, |
|
|
real(dp), intent(in) | scond, |
|
|
real(dp), intent(in) | amax, |
|
|
character, intent(out) | equed ) |
The documentation for this interface was generated from the following file: