Ricardo Buring
Ricardo Buring
This is relevant e.g. for Newton iteration and divide-and-conquer for series solutions to some linear ODEs. Here are some references: - A. Bostan, G. Lecerf, E. Schost, [Tellegen's Principle into...
We currently have: https://github.com/flintlib/flint/blob/3473f0cac16a64fea0f0b8fc66bb79ab71989999/src/gr.h#L1418-L1419 https://github.com/flintlib/flint/blob/3473f0cac16a64fea0f0b8fc66bb79ab71989999/src/gr.h#L1468-L1470 https://github.com/flintlib/flint/blob/3473f0cac16a64fea0f0b8fc66bb79ab71989999/src/gr.h#L1472-L1474 https://github.com/flintlib/flint/blob/3473f0cac16a64fea0f0b8fc66bb79ab71989999/src/gr_mpoly.h#L57-L60 (And later we will have macros for Ore polynomials.) These are all useful, but only the `gr_mpoly` ones are documented. Also the naming...
Hi, I wanted to try integrating MiniScript into Godot, but I found that the [miniscript repo](https://github.com/JoeStrout/miniscript/tree/master) uses (broken) [symlinks](https://github.com/JoeStrout/miniscript/tree/master/MiniScript-cpp/lib) to refer to some files in this repo (under `sys/lib`). While...
This is the polygon: Running `./polypartition_test` on this (modified to print the return value of `Triangulate_EC`) results in a failure. Here is the result in `tri_ec.bmp`: Here is the polygon...