S3 method that runs the planned solver for an eigenproblem built by
eigen_problem(). Most users call eig_partial(), which constructs the
problem and dispatches here; call solve() directly when you want to build
a problem once and reuse or inspect it. Returns a certified partial
eigendecomposition.
Arguments
- a
Eigencore eigen problem object.
- b
Unused second argument reserved by the base
solve()generic.- k
Number of eigenpairs to compute.
- method
Solver method descriptor.
- tol
Convergence and certification tolerance.
- maxit
Optional iteration limit.
- vectors
Whether to compute vectors.
- certify
Whether to compute certification diagnostics.
- allow_dense_fallback
Dense fallback policy.
- ...
Reserved for future solver options.