aboutsummaryrefslogtreecommitdiff
path: root/ell_grid_solve.c
Commit message (Collapse)AuthorAge
...
* ell_grid_solve: remove unused variablesAnton Khirnov2019-01-29
|
* ell_grid_solve: add missing headerAnton Khirnov2019-01-29
|
* Solve the discretized system exactly on the coarsest level.Anton Khirnov2019-01-26
|
* ell_relax -> ell_grid_solveAnton Khirnov2019-01-26
Generalize the API to allow for multiple solver types. This is done in preparation for the exact linear system inversion solver.