|
| InternalPrimePower () |
|
| InternalPrimePower (const InternalCF &) |
|
| InternalPrimePower (const int i) |
|
| InternalPrimePower (const char *str, const int base=10) |
|
| InternalPrimePower (const mpz_ptr) |
|
| ~InternalPrimePower () |
|
InternalCF * | deepCopyObject () const |
|
const char * | classname () const |
|
void | print (OSTREAM &, char *) |
|
bool | isZero () const |
|
bool | isOne () const |
| bool InternalCF::isOne, isZero () const
|
|
InternalCF * | genZero () |
|
InternalCF * | genOne () |
|
InternalCF * | normalize_myself () |
|
bool | is_imm () const |
|
int | levelcoeff () const |
|
InternalCF * | neg () |
|
int | comparesame (InternalCF *) |
|
InternalCF * | addsame (InternalCF *) |
|
InternalCF * | subsame (InternalCF *) |
|
InternalCF * | mulsame (InternalCF *) |
|
InternalCF * | dividesame (InternalCF *) |
|
InternalCF * | modulosame (InternalCF *) |
|
InternalCF * | divsame (InternalCF *) |
|
InternalCF * | modsame (InternalCF *) |
|
void | divremsame (InternalCF *, InternalCF *&, InternalCF *&) |
|
bool | divremsamet (InternalCF *, InternalCF *&, InternalCF *&) |
|
int | comparecoeff (InternalCF *) |
|
InternalCF * | addcoeff (InternalCF *) |
|
InternalCF * | subcoeff (InternalCF *, bool) |
|
InternalCF * | mulcoeff (InternalCF *) |
|
InternalCF * | dividecoeff (InternalCF *, bool) |
|
InternalCF * | modulocoeff (InternalCF *, bool) |
|
InternalCF * | divcoeff (InternalCF *, bool) |
|
InternalCF * | modcoeff (InternalCF *, bool) |
|
void | divremcoeff (InternalCF *, InternalCF *&, InternalCF *&, bool) |
|
bool | divremcoefft (InternalCF *, InternalCF *&, InternalCF *&, bool) |
|
long | intval () const |
|
int | intmod (int p) const |
|
int | sign () const |
|
| InternalCF () |
|
| InternalCF (const InternalCF &) |
|
virtual | ~InternalCF () |
|
int | deleteObject () |
|
InternalCF * | copyObject () |
|
virtual int | level () const |
|
virtual int | type () const |
|
virtual Variable | variable () const |
|
virtual bool | inBaseDomain () const |
|
virtual bool | inExtension () const |
|
virtual bool | inCoeffDomain () const |
|
virtual bool | inPolyDomain () const |
|
virtual bool | inQuotDomain () const |
|
virtual bool | isUnivariate () const |
|
virtual InternalCF * | num () |
| InternalCF * InternalCF::num (), den ()
|
|
virtual InternalCF * | den () |
|
virtual InternalCF * | invert () |
|
virtual InternalCF * | tryInvert (const CanonicalForm &, bool &) |
|
virtual InternalCF * | tryMulsame (InternalCF *, const CanonicalForm &) |
|
virtual InternalCF * | tryDivsame (InternalCF *, const CanonicalForm &, bool &) |
|
virtual bool | tryDivremsamet (InternalCF *, InternalCF *&, InternalCF *&, const CanonicalForm &, bool &) |
|
virtual InternalCF * | tryDividecoeff (InternalCF *, bool, const CanonicalForm &, bool &) |
|
virtual InternalCF * | tryDivcoeff (InternalCF *, bool, const CanonicalForm &, bool &) |
|
virtual bool | tryDivremcoefft (InternalCF *, InternalCF *&, InternalCF *&, bool, const CanonicalForm &, bool &) |
|
virtual InternalCF * | bgcdsame (const InternalCF *const) const |
| InternalCF * InternalCF::bgcdsame, bgcdcoeff ( const InternalCF * const )
|
|
virtual InternalCF * | bgcdcoeff (const InternalCF *const) |
|
virtual InternalCF * | bextgcdsame (InternalCF *, CanonicalForm &, CanonicalForm &) |
| InternalCF * InternalCF::bextgcdsame ( InternalCF *, CanonicalForm & a, CanonicalForm & b )
|
|
virtual InternalCF * | bextgcdcoeff (InternalCF *, CanonicalForm &, CanonicalForm &) |
|
virtual InternalCF * | sqrt () |
| InternalCF * InternalCF::sqrt ()
|
|
virtual int | ilog2 () |
| int InternalCF::ilog2 ()
|
|
virtual CanonicalForm | lc () |
| CanonicalForm InternalCF::lc (), Lc (), LC ()
|
|
virtual CanonicalForm | Lc () |
|
virtual CanonicalForm | LC () |
|
virtual CanonicalForm | coeff (int i) |
| CanonicalForm InternalCF::coeff ( int i )
|
|
virtual int | degree () |
| int InternalCF::degree ()
|
|
virtual int | taildegree () |
|
virtual CanonicalForm | tailcoeff () |
| CanonicalForm InternalCF::tailcoeff (), int InternalCF::taildegree ()
|
|
void * | operator new (size_t size) throw (std::bad_alloc) |
|
void | operator delete (void *block) throw () |
|
void * | operator new[] (size_t size) throw (std::bad_alloc) |
|
void | operator delete[] (void *block) throw () |
|
void * | operator new (size_t size, const std::nothrow_t &) throw () |
|
void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
|
Definition at line 26 of file int_pp.h.