|
| | ARingQQGMP () |
| | ~ARingQQGMP () |
| size_t | characteristic () const |
| size_t | cardinality () const |
| unsigned int | computeHashValue (const ElementType &a) const |
| void | eval (const RingMap *map, const ElementType &f, int first_var, ring_elem &result) const |
| bool | is_pm_one (const ElementType &f) 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 |
| bool | 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 |
| void | divide (ElementType &result, const ElementType &a, const ElementType &b) const |
| | test doc
|
| void | power (ElementType &result, const ElementType &a, 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 |
| const ElementType & | from_ring_elem_const (const ring_elem &a) const |
wrapper for the gmp mpq_t integer representation
Definition at line 60 of file aring-qq-gmp.hpp.