| plan_solver | R Documentation |
Plan a solver for a problem.
plan_solver(problem, ...)
problem |
Eigencore eigen or SVD problem object. |
... |
Additional planning arguments passed to methods. |
An eigencore_plan list describing the requested problem, chosen
method label, target, planner reasons, fallback label, and control
metadata used by solver dispatch.
A <- diag(c(4, 3, 2, 1))
plan <- plan_solver(eigen_problem(A), k = 2)
plan$method
plan$reasons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.