eigenvalues abstract method

List<Complex> eigenvalues()

Returns the eigenvalues associated to this matrix.

Eigenvalues can only be computed if the matrix is square, meaning that it must have the same number of columns and rows.

Implementation

List<Complex> eigenvalues();