summaryrefslogtreecommitdiff
path: root/residual_calc.c
Commit message (Collapse)AuthorAge
* egs: premultiply diff_coeffs with the denominator in initAnton Khirnov2019-04-19
| | | | | | Do not do it at every residual calc, which also allows us to get rid of an extra parameter (and reduce the number of registers used in x86 SIMD).
* egs: do not assume the same stride for all arraysAnton Khirnov2019-04-17
| | | | Also, allocate all the diff coeffs together.
* ell_grid_solve: split residual computation into its own fileAnton Khirnov2019-01-30