We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fq_default_poly_evaluate_fq_default
FMPZ_MOD
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code has a copy paste error:
else if (_FQ_DEFAULT_TYPE(ctx) == _FQ_DEFAULT_NMOD) { fmpz_mod_poly_evaluate_fmpz(res->fmpz_mod, f->fmpz_mod, a->fmpz_mod, FQ_DEFAULT_CTX_FMPZ_MOD(ctx)); }
https://github.com/flintlib/flint/blob/05340d2a7349761aff2cd3370810c93e2174ce46/src/fq_default_poly.h#L2053C1-L2057C6
Which leads to a segfault as the FQ_DEFAULT_CTX_FMPZ_MOD context type is never identified
FQ_DEFAULT_CTX_FMPZ_MOD
The text was updated successfully, but these errors were encountered:
fq_default_poly
Successfully merging a pull request may close this issue.
The following code has a copy paste error:
https://github.com/flintlib/flint/blob/05340d2a7349761aff2cd3370810c93e2174ce46/src/fq_default_poly.h#L2053C1-L2057C6
Which leads to a segfault as the
FQ_DEFAULT_CTX_FMPZ_MOD
context type is never identifiedThe text was updated successfully, but these errors were encountered: