Class EigenvalueException
This exception is thrown when the eigenvalue() function fails to compute all eigenvalues. The ones that have been computed are stored in the member variable eigenvalues.
class EigenvalueException(T)
;
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
eigenvalues
|
T | The computed eigenvalues. |