|
| | ARingZZ () |
| | ~ARingZZ () |
| size_t | characteristic () const |
| size_t | cardinality () const |
| unsigned int | computeHashValue (const ElementType &a) const |
| bool | promote (const Ring *Rf, const ring_elem f, ElementType &result) const |
| bool | lift (const Ring *Rg, const ElementType &f, ring_elem &result) const |
| void | eval (const RingMap *map, const ElementType &f, int first_var, ring_elem &result) const |
| bool | coerceToLongInteger (long &result, const ElementType &n) const |
| bool | is_unit (const ElementType &f) const |
| bool | is_zero (const ElementType &f) const |
| bool | is_equal (const ElementType &f, const ElementType &g) const |
| int | compare_elems (const ElementType &f, const ElementType &g) const |
| void | negate (ElementType &result, const ElementType &a) const |
| void | invert (ElementType &result, const ElementType &a) const |
| void | add (ElementType &result, const ElementType &a, const ElementType &b) const |
| void | subtract (ElementType &result, const ElementType &a, const ElementType &b) const |
| void | subtract_multiple (ElementType &result, const ElementType &a, const ElementType &b) const |
| void | mult (ElementType &result, const ElementType &a, const ElementType &b) const |
| bool | divide (ElementType &result, const ElementType &a, const ElementType &b) const |
| | test doc
|
| void | power (ElementType &result, const ElementType &a, const unsigned long n) const |
| void | power_mpz (ElementType &result, const ElementType &a, mpz_srcptr n) const |
| void | syzygy (const ElementType &a, const ElementType &b, ElementType &x, ElementType &y) const |
| void | swap (ElementType &a, ElementType &b) const |
| void | random (ElementType &result) const |
| void | text_out (buffer &o) const |
| void | elem_text_out (buffer &o, const ElementType &a, bool p_one=true, bool p_plus=false, bool p_parens=false) const |
| void | to_ring_elem (ring_elem &result, const ElementType &a) const |
| void | from_ring_elem (ElementType &result, const ring_elem &a) const |
| ElementType | from_ring_elem_const (const ring_elem &a) const |
wrapper for the flint fmpz_t integer representation
Definition at line 64 of file aring-zz-flint.hpp.