public interface laqhe
LAQHE equilibrates a Hermitian matrix A using the scaling factors
in the vector S.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=1),
|
intent(in) |
|
|
:: |
uplo |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=sp),
|
intent(inout) |
|
|
:: |
a(lda,*) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
lda |
|
|
real(kind=sp),
|
intent(in) |
|
|
:: |
s(*) |
|
|
real(kind=sp),
|
intent(in) |
|
|
:: |
scond |
|
|
real(kind=sp),
|
intent(in) |
|
|
:: |
amax |
|
|
character(len=1),
|
intent(out) |
|
|
:: |
equed |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=1),
|
intent(in) |
|
|
:: |
uplo |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
complex(kind=dp),
|
intent(inout) |
|
|
:: |
a(lda,*) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
lda |
|
|
real(kind=dp),
|
intent(in) |
|
|
:: |
s(*) |
|
|
real(kind=dp),
|
intent(in) |
|
|
:: |
scond |
|
|
real(kind=dp),
|
intent(in) |
|
|
:: |
amax |
|
|
character(len=1),
|
intent(out) |
|
|
:: |
equed |
|
Module Procedures