| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(inout) | :: | alpha | |||
| real(kind=dp), | intent(inout) | :: | x(*) | |||
| integer, | intent(in) | :: | incx | |||
| real(kind=dp), | intent(out) | :: | tau |
Generate a Householder reflector H such that H*[alpha; x] = [beta; 0].