Owen Strong

Results 7 comments of Owen Strong

@elliottbiondo @sethrj Sorry for the three-week delay (caught up with a glut of uni work); I think this should address the last couple comments from back then, with a bit...

Also is there a good way to replicate the conditions of the automatic pull request test locally? The automatic test hosted on GitHub is catching a unit test fail that...

Cool! Compiling now with these: `scripts/cmake-presets/OwenS360.json`: ``` { "version": 3, "cmakeMinimumRequired": {"major": 3, "minor": 21, "patch": 0}, "configurePresets": [ { "name": "dev", "displayName": "dev: default development options", "inherits": [".debug", "default"],...

So: - Reducing build precision to float from double does indeed cause some of unit tests right on the edge of having a real root to fail, and I could...

When I was reviewing the Cardano method and other options for cubic solvers, I found a more comprehensive description of what I think [1728 systems](https://www.1728.org/cubic2.htm) (cubic implementation I referenced through...

There's also the new Practical Method, which isn't published in a journal as near as I can tell, which seems to be about the same complexity as in Numerical Recipes...

Update I think I really just want to switch entirely to Practical Algorithms, and redo the precision loss analysis if necessary, because not properly lit-reviewing the cubic solver used by...