Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=ilp), | intent(out) | :: | k | |||
integer(kind=ilp), | intent(in) | :: | n | |||
integer(kind=ilp), | intent(in) | :: | qsiz | |||
complex(kind=sp), | intent(inout) | :: | q(ldq,*) | |||
integer(kind=ilp), | intent(in) | :: | ldq | |||
real(kind=sp), | intent(inout) | :: | d(*) | |||
real(kind=sp), | intent(inout) | :: | rho | |||
integer(kind=ilp), | intent(in) | :: | cutpnt | |||
real(kind=sp), | intent(inout) | :: | z(*) | |||
real(kind=sp), | intent(out) | :: | dlamda(*) | |||
complex(kind=sp), | intent(out) | :: | q2(ldq2,*) | |||
integer(kind=ilp), | intent(in) | :: | ldq2 | |||
real(kind=sp), | intent(out) | :: | w(*) | |||
integer(kind=ilp), | intent(out) | :: | indxp(*) | |||
integer(kind=ilp), | intent(out) | :: | indx(*) | |||
integer(kind=ilp), | intent(inout) | :: | indxq(*) | |||
integer(kind=ilp), | intent(out) | :: | perm(*) | |||
integer(kind=ilp), | intent(out) | :: | givptr | |||
integer(kind=ilp), | intent(out) | :: | givcol(2_ilp,*) | |||
real(kind=sp), | intent(out) | :: | givnum(2_ilp,*) | |||
integer(kind=ilp), | intent(out) | :: | info |