Description Usage Arguments Value Examples
Rayleigh quotient iteration algorithm to computing the maximal eigenpair of general matrix A.
1 | ray.quot.general(A, mu, v0_tilde, zstart, digit.thresh = 6)
|
A |
The input matrix to find the maximal eigenpair. |
mu |
A vector. |
v0_tilde |
The unnormalized initial vector \tilde{v0}. |
zstart |
The initial z_0 as an approximation of ρ(Q). |
digit.thresh |
The precise level of output results. |
A list of eigenpair object are returned, with components z, v and iter.
z |
The approximating sequence of the maximal eigenvalue. |
v |
The approximating eigenfunction of the corresponding eigenvector. |
iter |
The number of iterations. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.