![]() |
#include "misc/auxiliary.h"#include "coeffs/numbers.h"#include "polys/monomials/ring.h"#include "polys/monomials/p_polys.h"Go to the source code of this file.
Functions | |
| static void | writemon (poly p, int ko, const ring r) |
| void | p_String0Short (const poly p, ring lmRing, ring tailRing) |
| if possible print p in a short way... More... | |
| void | p_String0Long (const poly p, ring lmRing, ring tailRing) |
| print p in a long way... More... | |
| void | p_String0 (poly p, ring lmRing, ring tailRing) |
| print p according to ShortOut in lmRing & tailRing More... | |
| char * | p_String (poly p, ring lmRing, ring tailRing) |
| void | p_Write0 (poly p, ring lmRing, ring tailRing) |
| void | p_Write (poly p, ring lmRing, ring tailRing) |
| void | p_wrp0 (poly p, ring ri) |
| void | p_wrp (poly p, ring lmRing, ring tailRing) |
| char* p_String | ( | poly | p, |
| ring | lmRing, | ||
| ring | tailRing | ||
| ) |
Definition at line 184 of file polys0.cc.
| void p_String0 | ( | poly | p, |
| ring | lmRing, | ||
| ring | tailRing | ||
| ) |
print p according to ShortOut in lmRing & tailRing
Definition at line 134 of file polys0.cc.
| void p_String0Long | ( | const poly | p, |
| ring | lmRing, | ||
| ring | tailRing | ||
| ) |
print p in a long way...
print p in a long way
Definition at line 114 of file polys0.cc.
| void p_String0Short | ( | const poly | p, |
| ring | lmRing, | ||
| ring | tailRing | ||
| ) |
if possible print p in a short way...
print p in a short way, if possible
Definition at line 95 of file polys0.cc.
|
static |
Definition at line 21 of file polys0.cc.