eig

final static Array<ComplexMatrixeig(Matrix $self)

Solves eigenvalue problem of a square matrix and finds eigenvectors of each eigenvalue. The answer may be complex.

Return

an array of { matrix of eigenvectors, diagonal matrix of eigenvalues }.