| solve_gep_subspace | R Documentation |
Uses pre-conditioned sub-space iteration on the operator
S_2^{-1} S_1 (or its inverse) to obtain the q
largest or smallest generalized eigen-values/vectors of
S_1 v = \lambda S_2 v.
solve_gep_subspace(
S1,
S2,
q = 2,
which = c("largest", "smallest"),
max_iter = 100,
tol = 1e-06,
V0 = NULL,
seed = NULL,
reg_S = 0.001,
reg_T = 1e-06,
verbose = FALSE
)
S1, S2 |
Symmetric positive-(semi)definite |
q |
Number of eigen-pairs required ( |
which |
|
max_iter, tol |
Stopping rule - iteration stops when
|
V0 |
Optional |
seed |
Optional integer seed for reproducible random initialisation. |
reg_S, reg_T |
Ridge terms added to |
verbose |
Logical - print convergence info. |
A list with components
length-q numeric vector of Ritz eigen-values.
d x q matrix, columns are orthonormal eigen-vectors
in the original S-inner-product.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.