Changeset c3c832 in git for libpolys/polys/flint_mpoly.h


Ignore:
Timestamp:
Sep 30, 2021, 11:50:24 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
348ae69282271d1294a9b41bd9c15b897966c0ce
Parents:
4dc97bfcb251c1bcfa5ad66d1a61c6a41e7f0c86
Message:
gcd over Z via flint
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/flint_mpoly.h

    r4dc97b rc3c832  
    3737poly Flint_GCD_MP(poly p,int lp,poly q,int lq,fmpq_mpoly_ctx_t ctx,const ring r);
    3838poly Flint_GCD_MP(poly p,int lp,poly q,int lq,nmod_mpoly_ctx_t ctx,const ring r);
     39poly Flint_GCD_MP(poly p,int lp,poly q,int lq,fmpz_mpoly_ctx_t ctx,const ring r);
    3940
    4041#endif
Note: See TracChangeset for help on using the changeset viewer.