-
Example code:
```c
#include
#include "flint/gr_poly.h"
int main() {
int status = GR_SUCCESS;
gr_ctx_t ctx;
gr_ctx_init_fmpq(ctx);
gr_ctx_t mat_ctx;
gr_ctx_init_ma…
-
This issue is inspired by [this](https://math.stackexchange.com/questions/4250154/cayley-hamilton-in-macaulay2) Stack Exchange question that I randomly ran into.
Would be great if the following wor…
-
Since https://github.com/llvm/llvm-project/pull/93227, primitiveRoot is no longer a param for #polynomial.ring, so currently `convert-polynomial-mul-to-ntt` just rewrites mul to ntt without #root spec…
-
The description says "optionally expressed as polynomial coefficients" but I don't see how the specified dimensions allows this.
-
Users should not worry about the degree of the constraint as they write in Powdr/PIL. Especially now that we have functions that can be nested in multiple abstraction levels, which makes it hard to kn…
-
Hi all,
I hope this is the right spot for bringing this up. `numpy.polynomial.polynomial.polyfit` requires `x`-values to be dimension `(M,)` and `y`-values to be either `(M,)` or `(M,K)` where in the…
-
https://github.com/casadi/casadi/blob/8757a732f02f7a0871f2d4c712aef73fd286b12a/casadi/core/polynomial.cpp#L48-L54
I think this should be `p_.resize(4);`
-
Currently operations such as addition on piecewise polynomials are supported only if the objects have the same breaks. There have been discussions about the need for other operations such as stacking …
-
Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_special_hermite_polynomial_h_cuda_int32&suite=T…
-
Sometimes when applying HC to Catalyst systems (typically those incorporating non-reaction system equations), a Polynomial of the type
```julia
Vector{DynamicPolynomials.Polynomial{DynamicPolynomial…