LAQSY: equilibrates a symmetric matrix A using the scaling factors in the vector S.
More...
|
| pure subroutine | claqsy (uplo, n, a, lda, s, scond, amax, equed) |
| |
| | la_claqsy |
| |
| pure subroutine | dlaqsy (uplo, n, a, lda, s, scond, amax, equed) |
| |
| | la_dlaqsy |
| |
| | la_qlaqsy |
| |
| pure subroutine | slaqsy (uplo, n, a, lda, s, scond, amax, equed) |
| |
| | la_slaqsy |
| |
| | la_wlaqsy |
| |
| pure subroutine | zlaqsy (uplo, n, a, lda, s, scond, amax, equed) |
| |
| | la_zlaqsy |
| |
LAQSY: equilibrates a symmetric matrix A using the scaling factors in the vector S.
◆ claqsy()
| pure subroutine la_lapack::laqsy::claqsy |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(sp), dimension(*), intent(in) | s, |
|
|
real(sp), intent(in) | scond, |
|
|
real(sp), intent(in) | amax, |
|
|
character, intent(out) | equed ) |
◆ dlaqsy()
| pure subroutine la_lapack::laqsy::dlaqsy |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(dp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(dp), dimension(*), intent(in) | s, |
|
|
real(dp), intent(in) | scond, |
|
|
real(dp), intent(in) | amax, |
|
|
character, intent(out) | equed ) |
◆ la_claqsy()
| la_lapack::laqsy::la_claqsy |
◆ la_dlaqsy()
| la_lapack::laqsy::la_dlaqsy |
◆ la_qlaqsy()
| la_lapack::laqsy::la_qlaqsy |
◆ la_slaqsy()
| la_lapack::laqsy::la_slaqsy |
◆ la_wlaqsy()
| la_lapack::laqsy::la_wlaqsy |
◆ la_zlaqsy()
| la_lapack::laqsy::la_zlaqsy |
◆ slaqsy()
| pure subroutine la_lapack::laqsy::slaqsy |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(sp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(sp), dimension(*), intent(in) | s, |
|
|
real(sp), intent(in) | scond, |
|
|
real(sp), intent(in) | amax, |
|
|
character, intent(out) | equed ) |
◆ zlaqsy()
| pure subroutine la_lapack::laqsy::zlaqsy |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(lda,*), intent(inout) | a, |
|
|
integer(ilp), intent(in) | lda, |
|
|
real(dp), dimension(*), intent(in) | 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: