![]() |
#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.
: TRUE iff (n != 0 and (LC(n) > 0 or deg(n) > 0)) in K(t_1, ..., t_n): TRUE iff (LC(numerator(n) is a constant and > 0) or (LC(numerator(n) is not a constant) in Z/2^kZ: TRUE iff 0 < n <= 2^(k-1) in Z/mZ: TRUE iff the internal mpz is greater than zero in Z: TRUE iff n > 0
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.
: TRUE iff (n != 0 and (LC(n) > 0 or deg(n) > 0)) in K(t_1, ..., t_n): TRUE iff (LC(numerator(n) is a constant and > 0) or (LC(numerator(n) is not a constant) in Z/2^kZ: TRUE iff 0 < n <= 2^(k-1) in Z/mZ: TRUE iff the internal mpz is greater than zero in Z: TRUE iff n > 0