Description Usage Arguments Value
View source: R/method_inspect.R
Power method for finding the leading eigenvector of a symmetric matrix
1 | power.method(A, eps = 1e-10, maxiter = 10000)
|
A |
a square symmetric matrix |
eps |
tolerance for convergence (in Frobenius norm) |
maxiter |
maximum iteration |
a unit-length leading eigenvector of A
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.