| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ilp), | intent(in) | :: | m | |||
| integer(kind=ilp), | intent(in) | :: | n | |||
| integer(kind=ilp), | intent(in) | :: | offset | |||
| integer(kind=ilp), | intent(in) | :: | nb | |||
| integer(kind=ilp), | intent(out) | :: | kb | |||
| complex(kind=sp), | intent(inout) | :: | a(lda,*) | |||
| integer(kind=ilp), | intent(in) | :: | lda | |||
| integer(kind=ilp), | intent(inout) | :: | jpvt(*) | |||
| complex(kind=sp), | intent(out) | :: | tau(*) | |||
| real(kind=sp), | intent(inout) | :: | vn1(*) | |||
| real(kind=sp), | intent(inout) | :: | vn2(*) | |||
| complex(kind=sp), | intent(inout) | :: | auxv(*) | |||
| complex(kind=sp), | intent(inout) | :: | f(ldf,*) | |||
| integer(kind=ilp), | intent(in) | :: | ldf |