Changeset b335247 in git


Ignore:
Timestamp:
Oct 19, 2020, 5:16:00 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69023a14c236753eaa4d47d50a8e822f8b95ebe4
Parents:
5c3ea9b42ba03eefa54f4fb81816ad6863feed52
Message:
more flint conversions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/FLINTconvert.h

    r5c3ea9 rb335247  
    4141#include <flint/fq_nmod_poly.h>
    4242#include <flint/fq_nmod_mat.h>
     43#if ( __FLINT_RELEASE >= 20503)
     44#include <flint/fmpq_mpoly.h>
     45#endif
    4346#endif
    4447
     
    270273CanonicalForm gcdFlintMP_Zp(const CanonicalForm& F, const CanonicalForm& G);
    271274CanonicalForm gcdFlintMP_QQ(const CanonicalForm& F, const CanonicalForm& G);
    272 #endif
    273 #endif
    274 #endif
     275void convFactoryPFlintMP ( const CanonicalForm & f, nmod_mpoly_t res, nmod_mpoly_ctx_t ctx, int N );
     276void convFactoryPFlintMP ( const CanonicalForm & f, fmpq_mpoly_t res, fmpq_mpoly_ctx_t ctx, int N );
     277CanonicalForm convFlintMPFactoryP(nmod_mpoly_t f, nmod_mpoly_ctx_t ctx, int N);
     278CanonicalForm convFlintMPFactoryP(fmpq_mpoly_t f, fmpq_mpoly_ctx_t ctx, int N);
     279#endif
     280#endif
     281#endif
Note: See TracChangeset for help on using the changeset viewer.