|
| | res_poly (PolynomialRing *R) |
| | ~res_poly () |
| const res_pair * | lead_component (const resterm *f) const |
| const int * | lead_monomial (const resterm *f) const |
| resterm * | new_term (ring_elem c, const int *m, res_pair *comp) const |
| resterm * | mult_by_monomial (const resterm *f, const int *m) const |
| void | make_monic (resterm *&f) const |
| resterm * | mult_by_term (const resterm *f, ring_elem c, const int *m) const |
| resterm * | ring_mult_by_term (const ring_elem f, ring_elem c, const int *m, res_pair *x) const |
| void | add_to (resterm *&f, resterm *&g) const |
| void | subtract_multiple_to (resterm *&f, ring_elem c, const int *m, const resterm *g) const |
| void | ring_subtract_multiple_to (resterm *&f, ring_elem c, const int *m, res_pair *x, const ring_elem g) const |
| int | compare (const resterm *a, const resterm *b) const |
| resterm * | strip (const resterm *f) const |
| const resterm * | component_occurs_in (const res_pair *x, const resterm *f) const |
| resterm * | copy (const resterm *f) const |
| void | remove (resterm *&f) const |
| vec | to_vector (const resterm *f, const FreeModule *F, int to_minimal=0) const |
| resterm * | from_vector (const VECTOR(res_pair *)&base, const vec v) const |
| int | n_terms (const resterm *f) const |
| void | elem_text_out (buffer &o, const resterm *f) const |
| void | elem_text_out (const resterm *f) const |
Definition at line 69 of file res-a1-poly.hpp.