| benchmark_svd_methods | R Documentation |
Benchmark SVD methods against base and optional references.
benchmark_svd_methods(
A,
rank,
repeats = 3L,
include = c("eigencore", "base", "RSpectra", "irlba", "rsvd"),
tol = 1e-08
)
A |
Matrix or eigencore operator to benchmark. |
rank |
Number of singular values to compute. |
repeats |
Number of timing repetitions. |
include |
Character vector of method labels to include when available. |
tol |
Solver tolerance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.