Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | uplo | |||
integer(kind=ilp), | intent(in) | :: | n | |||
complex(kind=dp), | intent(in) | :: | v(*) | |||
integer(kind=ilp), | intent(in) | :: | incv | |||
complex(kind=dp), | intent(in) | :: | tau | |||
complex(kind=dp), | intent(inout) | :: | c(ldc,*) | |||
integer(kind=ilp), | intent(in) | :: | ldc | |||
complex(kind=dp), | intent(out) | :: | work(*) |