Open emsr opened 5 years ago
Make low degree solvers work with complex numbers. If they don't already.
The algorithms should actually pretty much just work. Making things generic might be a trick. I quadratic there's a test and a branch to prevent loss of precision - making that complex-aware might take a minute.
Make low degree solvers work with complex numbers. If they don't already.