|
| | Vector (ring r=currRing) |
| |
| | Vector (int n, ring r=currRing) |
| |
| | Vector (const char *c, ring r=currRing) |
| |
| | Vector (const Base &p) |
| |
| | Vector (poly p, ring r) |
| |
| | Vector (poly p, ring r, int) |
| |
| | Vector (std::vector< int > v, ring r=currRing) |
| |
| Vector & | operator+= (const Vector &p) |
| |
| Vector & | operator+= (const Base &p) |
| |
| poly | as_poly () const |
| |
| void | checkIsSameRing (T &p) |
| |
| Intvec | leadExp () |
| |
| void | copy_on_write () |
| |
| void | print () const |
| |
| char * | c_string () const |
| |
| | PolyBase (ring r=currRing) |
| |
| | PolyBase (const char *c, ring r=currRing) |
| |
| | PolyBase (const PolyBase &p) |
| |
| PolyBase & | operator+= (const PolyBase &p2) |
| |
| PolyBase & | operator*= (const Poly &p2) |
| |
| PolyBase & | operator*= (Number n) |
| |
| virtual | ~PolyBase () |
| |
| | PolyBase (poly p, ring r) |
| |
| | PolyBase (poly p, ring r, int) |
| |
| PolyInputIterator< create_type > | begin () |
| |
| PolyInputIterator< create_type > | end () |
| |
| ring | getRing () const |
| |
| int | lmTotalDegree () const |
| |
| Number | leadCoef () |
| |
| create_type | operator- () |
| |
| poly | as_poly () const |
| |
| void | checkIsSameRing (T &p) |
| |
| Intvec | leadExp () |
| |
| void | copy_on_write () |
| |
| void | print () const |
| |
| char * | c_string () const |
| |
| | PolyBase (ring r=currRing) |
| |
| | PolyBase (const char *c, ring r=currRing) |
| |
| | PolyBase (const PolyBase &p) |
| |
| | PolyBase (poly p, ring r) |
| |
| | PolyBase (poly p, ring r, int) |
| |
| PolyBase & | operator+= (const PolyBase &p2) |
| |
| PolyBase & | operator*= (const Poly &p2) |
| |
| PolyBase & | operator*= (Number n) |
| |
| virtual | ~PolyBase () |
| |
| PolyInputIterator< create_type > | begin () |
| |
| PolyInputIterator< create_type > | end () |
| |
| ring | getRing () const |
| |
| int | lmTotalDegree () const |
| |
| Number | leadCoef () |
| |
| create_type | operator- () |
| |
Definition at line 509 of file Poly.h.