public interface hb2st_kernels
HB2ST_KERNELS is an internal routine used by the CHETRD_HB2ST
subroutine.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=1),
|
intent(in) |
|
|
:: |
uplo |
|
|
logical(kind=lk),
|
intent(in) |
|
|
:: |
wantz |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ttype |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
st |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ed |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
sweep |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
nb |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ib |
|
|
complex(kind=sp),
|
intent(inout) |
|
|
:: |
a(lda,*) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
lda |
|
|
complex(kind=sp),
|
intent(out) |
|
|
:: |
v(*) |
|
|
complex(kind=sp),
|
intent(out) |
|
|
:: |
tau(*) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ldvt |
|
|
complex(kind=sp),
|
intent(out) |
|
|
:: |
work(*) |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=1),
|
intent(in) |
|
|
:: |
uplo |
|
|
logical(kind=lk),
|
intent(in) |
|
|
:: |
wantz |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ttype |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
st |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ed |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
sweep |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
n |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
nb |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ib |
|
|
complex(kind=dp),
|
intent(inout) |
|
|
:: |
a(lda,*) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
lda |
|
|
complex(kind=dp),
|
intent(out) |
|
|
:: |
v(*) |
|
|
complex(kind=dp),
|
intent(out) |
|
|
:: |
tau(*) |
|
|
integer(kind=ilp),
|
intent(in) |
|
|
:: |
ldvt |
|
|
complex(kind=dp),
|
intent(out) |
|
|
:: |
work(*) |
|
Module Procedures