numlinalg/RLinearAlgebra.jl

New Solver: Randomized Arnoldi Solver

Opened this issue · 0 comments

Implement Randomized Arnoldi Solver from https://arxiv.org/pdf/2302.07466 under linear_solver_routines.

  • This solver does not fit within the current framework, so given A, b, x it should return a solution.
  • The documentation will have to be updated with a section entitled "Alternative Solvers".