| validate_eigen_accuracy | R Documentation |
Validate eigencore eigen results against a dense oracle.
validate_eigen_accuracy(
A,
k,
target = largest(),
B = NULL,
fit = NULL,
tol = 1e-08
)
A |
Matrix or eigencore operator to validate. |
k |
Number of eigenpairs to validate. |
target |
Eigencore eigenvalue target descriptor. |
B |
Optional metric matrix or operator for generalized problems. |
fit |
Optional precomputed eigencore eigen result. |
tol |
Validation tolerance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.