spielwiese
Last change
on this file since 170190 was
170190,
checked in by Hans Schoenemann <hannes@…>, 5 years ago
|
fix: ssi for flintQ(...) polys
|
-
Property mode set to
100644
|
File size:
372 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 |
---|
14 | BOOLEAN flintQ_InitChar(coeffs cf, void * infoStruct); |
---|
15 | |
---|
16 | coeffs flintQInitCfByName(char *s,n_coeffType n); |
---|
17 | #endif |
---|
18 | |
---|
19 | #endif |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.