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 : Exception(
T
) {}

Constructors

this
this(T v)
Undocumented in source.

Members

Variables

eigenvalues
T eigenvalues;

The computed eigenvalues.

Meta