My Project  debian-1:4.1.1-p2+ds-4build4
Functions
f5c.h File Reference
#include "kernel/F5cData.h"
#include "kernel/F5cLists.h"

Go to the source code of this file.

Functions

ideal f5cMain (ideal i, ring r)
 main function of the F5C implementation in SINGULAR More...
 

Function Documentation

◆ 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.

26  {
27 
28  return id;
29 }