View source: R/orthogonalization.R
| rayleigh_ritz | R Documentation |
Rayleigh-Ritz projection in a trial basis.
rayleigh_ritz(A, Q, B = NULL, target = largest(), symmetric = TRUE)
A |
Dense matrix defining the projected eigenproblem. |
Q |
Trial-basis matrix with basis vectors in columns. |
B |
Optional symmetric positive-definite metric matrix. |
target |
Eigencore target descriptor. |
symmetric |
Whether the projected problem should be treated as symmetric/Hermitian. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.