Calculates the dominant eigenvector of a matrix.
The matrix
Optional
The number of iterations the algorithm runs
const result = Chalkboard.matr.eigenvector([[2, 1], [1, 2]]); // Returns a dominant eigenvector Copy
const result = Chalkboard.matr.eigenvector([[2, 1], [1, 2]]); // Returns a dominant eigenvector
Calculates the dominant eigenvector of a matrix.