| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | matrix(:,:) | |||
| real(kind=dp), | intent(out) | :: | e_values(size(matrix,1)) | |||
| complex(kind=dp), | intent(out), | optional | :: | e_vectors(size(matrix,1),size(matrix,1)) | ||
| logical, | intent(in), | optional | :: | t_left_ev |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | matrix(:,:) | |||
| real(kind=dp), | intent(out) | :: | e_values(size(matrix,1)) | |||
| real(kind=dp), | intent(out), | optional | :: | e_vectors(size(matrix,1),size(matrix,1)) | ||
| logical, | intent(in), | optional | :: | t_left_ev |