Determines the nature of stability/unstability near the point at which the dynamics matrix was computed.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
An N-by-N matrix containing the 'A' matrix, also known as the dynamics matrix. |
|
| complex(kind=real64), | intent(out), | optional, | dimension(:) | :: | ev |
An optional N-element array that, if supplied, will be filled with the eigenvalues of the matrix A. |
| class(errors), | intent(inout), | optional, | target | :: | err |
An error handler object. |
Describe the output constants