![]() |
#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 186 of file polys0.cc.
| void p_String0 | ( | poly | p, |
| ring | lmRing, | ||
| ring | tailRing | ||
| ) |
print p according to ShortOut in lmRing & tailRing
Definition at line 136 of file polys0.cc.
print p in a long way...
print p in a long way
Definition at line 116 of file polys0.cc.
if possible print p in a short way...
print p in a short way, if possible
Definition at line 97 of file polys0.cc.
Definition at line 23 of file polys0.cc.