3 #ifndef INCL_INT_POLY_H 4 #define INCL_INT_POLY_H 17 #define OSTREAM std::ostream 18 #elif defined(HAVE_IOSTREAM_H) 20 #define OSTREAM ostream 47 void*
operator new(size_t)
53 void operator delete(
void* addr, size_t)
96 const char *
classname()
const {
return "InternalPoly"; }
160 void*
operator new(size_t)
166 void operator delete(
void* addr, size_t)
InternalCF * neg()
InternalCF * InternalPoly::neg ()
static void mulTermList(termList, const CanonicalForm &, const int)
int comparesame(InternalCF *)
comparesame(), comparecoeff() - compare with an InternalPoly.
InternalCF * mulsame(InternalCF *)
static void negateTermList(termList)
static termList modTermList(termList, const CanonicalForm &, termList &)
InternalCF * tryDivsame(InternalCF *, const CanonicalForm &, bool &)
gmp_float exp(const gmp_float &a)
InternalCF * dividecoeff(InternalCF *, bool)
bool inCoeffDomain() const
int sign() const
int InternalPoly::sign () const
factory's class for variables
static void appendTermList(termList &, termList &, const CanonicalForm &, const int)
bool inQuotDomain() const
Variable variable() const
InternalCF * divsame(InternalCF *)
static termList divideTermList(termList, const CanonicalForm &, termList &)
void divremcoeff(InternalCF *, InternalCF *&, InternalCF *&, bool)
CanonicalForm tailcoeff()
CanonicalForm InternalPoly::tailcoeff (), int InternalPoly::taildegree ()
InternalCF * modulocoeff(InternalCF *, bool)
#define omTypeAllocBin(type, addr, bin)
bool divremsamet(InternalCF *, InternalCF *&, InternalCF *&)
InternalCF * deepCopyObject() const
static const omBin InternalPoly_bin
virtual class for internal CanonicalForm's
InternalCF * tryInvert(const CanonicalForm &, bool &)
InternalCF * subsame(InternalCF *)
bool isUnivariate() const
InternalCF * tryDividecoeff(InternalCF *, bool, const CanonicalForm &, bool &)
InternalCF * dividesame(InternalCF *)
CanonicalForm coeff(int i)
CanonicalForm InternalPoly::coeff ( int i )
static termList divTermList(termList, const CanonicalForm &, termList &)
static termList deepCopyTermList(termList, termList &)
bool divremcoefft(InternalCF *, InternalCF *&, InternalCF *&, bool)
InternalCF * tryDivcoeff(InternalCF *, bool, const CanonicalForm &, bool &)
InternalCF * tryMulsame(InternalCF *, const CanonicalForm &)
static termList addTermList(termList, termList, termList &, bool negate)
void divremsame(InternalCF *, InternalCF *&, InternalCF *&)
factory's class for polynomials
InternalCF * modulosame(InternalCF *)
InternalCF * modsame(InternalCF *)
static void freeTermList(termList)
void print(OSTREAM &, char *)
static termList tryDivTermList(termList, const CanonicalForm &, termList &, const CanonicalForm &, bool &)
class to iterate through CanonicalForm's
static termList mulAddTermList(termList theList, termList aList, const CanonicalForm &c, const int exp, termList &lastTerm, bool negate)
static const omBin term_bin
const Variable & v
< [in] a sqrfree bivariate poly
InternalCF * modcoeff(InternalCF *, bool)
static termList copyTermList(termList, termList &, bool negate=false)
InternalCF * divcoeff(InternalCF *, bool)
int degree()
int InternalPoly::degree ()
const char * classname() const
InternalCF * addsame(InternalCF *)
term(term *n, const CanonicalForm &c, int e)
static termList reduceTermList(termList first, termList redterms, termList &last)
bool tryDivremsamet(InternalCF *, InternalCF *&, InternalCF *&, const CanonicalForm &, bool &)
Factory's internal CanonicalForm's.
bool inPolyDomain() const
#define omFreeBin(addr, bin)
bool inBaseDomain() const
bool tryDivremcoefft(InternalCF *, InternalCF *&, InternalCF *&, bool, const CanonicalForm &, bool &)
InternalCF * mulcoeff(InternalCF *)
int comparecoeff(InternalCF *)
comparecoeff() always returns 1 since CO is defined to be larger than anything which is a coefficient...
InternalCF * addcoeff(InternalCF *)
InternalCF * subcoeff(InternalCF *, bool)