#include "kernel/F5cData.h"
#include "kernel/F5cLists.h"
Go to the source code of this file.
|
ideal | f5cMain (ideal i, ring r) |
| main function of the F5C implementation in SINGULAR More...
|
|
◆ f5cMain()
ideal f5cMain |
( |
ideal |
i, |
|
|
ring |
r |
|
) |
| |
main function of the F5C implementation in SINGULAR
INPUT: Ideal i for which a groebner basis should be computed; ring r. OUTPUT: ideal g (the groebner basis of i computed via F5C)
Definition at line 26 of file f5c.cc.