Skip to content
New issue

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

Added *_push_term_*_ffmpz functions to mpoly types #1428

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

deinst
Copy link
Contributor

@deinst deinst commented Sep 19, 2023

This addresses a bit of issue #770 .

This implements functions of the form push_term_ffmpz for mpoly types that already had an implementation of a function to push terms. (This means I did not do it for fq_zech_mpoly as while it had declared push_term functions in the header there was no corresponding implementation.)

In Cython it is much more convenient to deal with exponents as an array of fmpz versus an array of pointers to fmpz.

Updated tests and documentation as well.
@fredrik-johansson fredrik-johansson added this to the flint-3.0 milestone Oct 9, 2023
@fredrik-johansson fredrik-johansson merged commit 462d458 into flintlib:trunk Oct 9, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants