Opened 6 years ago
Closed 6 years ago
#23466 closed enhancement (fixed)
Add some more pxd files for flint
Reported by: | jpflori | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | packages: standard | Keywords: | sd87 |
Cc: | roed, jdemeyer, edgarcosta | Merged in: | |
Authors: | Jean-Pierre Flori | Reviewers: | Jeroen Demeyer |
Report Upstream: | N/A | Work issues: | |
Branch: | 45e7565 (Commits, GitHub, GitLab) | Commit: | 45e7565a07940febd9769e1f1c7e71bbbca551d5 |
Dependencies: | Stopgaps: |
Description (last modified by )
Some more types are needed for #20265:
- fmpz_poly_q,
- padic_poly
- qadic,
- ...
I also update the padic type which was completely out of date.
Change History (8)
comment:1 Changed 6 years ago by
Authors: | → Jean-Pierre Flori |
---|---|
Branch: | → public/flint_bindings |
Commit: | → 1841735e9134e3057c82a9a216c75281de0b502d |
comment:2 Changed 6 years ago by
Commit: | 1841735e9134e3057c82a9a216c75281de0b502d → 45e7565a07940febd9769e1f1c7e71bbbca551d5 |
---|
comment:3 Changed 6 years ago by
Status: | new → needs_review |
---|
comment:4 Changed 6 years ago by
Cc: | roed jdemeyer edgarcosta added |
---|---|
Description: | modified (diff) |
comment:5 Changed 6 years ago by
Reviewers: | → Jeroen Demeyer |
---|---|
Status: | needs_review → positive_review |
I haven't checked whether all declarations are actually correct, but if this works for you...
comment:6 Changed 6 years ago by
I semi automatically converted the header files. Maybe putting this into a script would be a good idea. And putting the pxd files into a cyflint package.
comment:7 Changed 6 years ago by
Keywords: | sd87 added |
---|
comment:8 Changed 6 years ago by
Branch: | public/flint_bindings → 45e7565a07940febd9769e1f1c7e71bbbca551d5 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
Add some flint types.
Flint qadic type.
Flint padic_poly type.
Flint fmpz_poly_q type.