![]() |
My Project
|
#include "kernel/polys.h"Go to the source code of this file.
Functions | |
| poly | ringNF (poly f, ideal G, ring r) |
| poly | plain_spoly (poly f, poly g) |
| int | testGB (ideal I, ideal GI) |
| poly | reduce_poly_fct (poly p, ring r) |
| poly | ringRedNF (poly f, ideal G, ring r) |
| poly plain_spoly | ( | poly | f, |
| poly | g ) |
Definition at line 163 of file ringgb.cc.
| poly ringNF | ( | poly | f, |
| ideal | G, | ||
| ring | r ) |
Definition at line 196 of file ringgb.cc.
| poly ringRedNF | ( | poly | f, |
| ideal | G, | ||
| ring | r ) |
Definition at line 116 of file ringgb.cc.
| int testGB | ( | ideal | I, |
| ideal | GI ) |