Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(inout) | :: | h(:) |
k-th column of the Hessenberg matrix. |
||
complex(kind=dp), | intent(inout) | :: | c(:) |
Cosine components of the Givens rotations. |
||
complex(kind=dp), | intent(inout) | :: | s(:) |
Sine components of the Givens rotations. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(inout) | :: | h(:) |
k-th column of the Hessenberg matrix. |
||
complex(kind=sp), | intent(inout) | :: | c(:) |
Cosine components of the Givens rotations. |
||
complex(kind=sp), | intent(inout) | :: | s(:) |
Sine components of the Givens rotations. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout) | :: | h(:) |
k-th column of the Hessenberg matrix. |
||
real(kind=dp), | intent(inout) | :: | c(:) |
Cosine components of the Givens rotations. |
||
real(kind=dp), | intent(inout) | :: | s(:) |
Sine components of the Givens rotations. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(inout) | :: | h(:) |
k-th column of the Hessenberg matrix. |
||
real(kind=sp), | intent(inout) | :: | c(:) |
Cosine components of the Givens rotations. |
||
real(kind=sp), | intent(inout) | :: | s(:) |
Sine components of the Givens rotations. |