source: git/libpolys/coeffs/flintcf_Q.h

spielwiese
Last change on this file was 170190, checked in by Hans Schoenemann <hannes@…>, 6 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
14BOOLEAN flintQ_InitChar(coeffs cf, void * infoStruct);
15
16coeffs flintQInitCfByName(char *s,n_coeffType n);
17#endif
18
19#endif
20
Note: See TracBrowser for help on using the repository browser.