Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
kernel
GBEngine
f5c.h
Go to the documentation of this file.
1
#ifndef F5C_HEADER
2
#define F5C_HEADER
3
4
#ifdef HAVE_F5C
5
#include <kernel/F5cData.h>
6
#include <kernel/F5cLists.h>
7
8
/*!
9
* main function of the F5C implementation in SINGULAR
10
*
11
* INPUT: Ideal i for which a gröbner basis should be computed;
12
* ring r.
13
* OUTPUT: ideal g (the gröbner basis of i computed via F5C)
14
*/
15
ideal
f5cMain
(ideal
i
, ring
r
);
16
17
#endif
18
// HAVE_F5C
19
#endif
20
// F5C_HEADER
r
const ring r
Definition:
syzextra.cc:208
f5cMain
ideal f5cMain(ideal i, ring r)
main function of the F5C implementation in SINGULAR
Definition:
f5c.cc:26
i
int i
Definition:
cfEzgcd.cc:123
Generated on Mon Mar 6 2017 11:17:28 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1