| validate_svd_accuracy | R Documentation |
Validate eigencore SVD results against base::svd().
validate_svd_accuracy(A, rank, target = largest(), fit = NULL, tol = 1e-08)
A |
Matrix or eigencore operator to validate. |
rank |
Number of singular values to validate. |
target |
Eigencore singular-value target descriptor. |
fit |
Optional precomputed eigencore SVD result. |
tol |
Validation tolerance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.