-
Here is example of a simple polynomial hash that could not be auto-vectorized with SSE 4.1 (LV could not prove legality):
https://godbolt.org/z/86o9zPT51
Original test:
```cpp
unsigned rabin_kar…
-
For some applications, I needed the whole chain of subresultants and not just the resultant of two polynomials.
I adapted your function `resultant_ducos` to return a vector with all the subresultants…
-
### Background and motivation
#24328 and subsequent changes have added support for CRC-32, CRC-64, XxHash32, XxHash64, and XxHash128 non-cryptographic hash algorithms to the System.IO.Hashing library…
-
## Issue will be closed if:
> 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
> 2) You propose an algorithm that is …
-
Hello,
Thank you for the implementation, I found it useful. I am wondering if the implementation could be adapted to work in finite fields? In particular I am interested in JC decompositions of bin…
-
Dear support,
I have been suing VINS-Mono with MEI camera model. I wanted to try out the SCARAMUZZA model as well. I have successfully made it run, however, the feature tracking does not work at all.…
-
## Description
When seeding STOMP with a valid trajectory (from RRT), STOMP fails to find a solution by reaching the max number of iterations.
![image](https://user-images.githubusercontent.com/16…
-
Groebner basis algorithms don't quite work with polynomials with floating point coefficients (e.g. in RR), as this is prone to rounding errors.
Prior to Sage 7.5, it was possible to do these comput…
-
Currently, the MacLane algorithm requires as input a polynomial G which is both monic and integral (with respect to the base valuation). Relaxing this condition would allow to approximate the irredu…
-
Transferred by @LaurenceJackson on Aug 9, 2020, 18:23
:::Issue recreated from Jira issue [HZN-68](https://gsttmri.atlassian.net/browse/HZN-68):::
Imported from https://bitbucket.org/gsttmri/hazen/is…