source: git/libpolys/coeffs/flintcf_Q.h @ 2a4a23

fieker-DuValspielwiese
Last change on this file since 2a4a23 was f5f5c9, checked in by Hans Schoenemann <hannes@…>, 7 years ago
fix: include path for julia
  • Property mode set to 100644
File size: 321 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4
5/*
6* ABSTRACT: flint: fmpq_poly
7*/
8
9#ifndef FLINTCF_Q_H
10#define FLINTCF_Q_H
11
12#include "misc/auxiliary.h"
13#ifdef HAVE_FLINT
14BOOLEAN flintQ_InitChar(coeffs cf, void * infoStruct);
15#endif
16
17#endif
18
Note: See TracBrowser for help on using the repository browser.