pressio
pressio copied to clipboard
linear solvers: future todos
-
need to document that for iterative solvers we also have knobs for setting params
-
change the solve method to return a "status" object with results on convergence, num of iterations, etc. for direct methods, what should this return? for iterative methods, what should this return? gmres works but is very complicated internally, we need to explain all internal logic for how this was done and possibly flag it as experimental
this is a follow up on https://github.com/Pressio/pressio-rom/issues/751