| 57 | } |
| 58 | public: |
| 59 | ring getRing() const |
| 60 | { |
| 61 | return r.get(); |
| 62 | } |
| 63 | friend inline bool operator==(const Poly& p1, const Poly& p2); |
| 64 | friend inline bool operator==(const Vector& p1, const Vector& p2); |
| 65 | friend PolyImpl operator+(const PolyImpl& p1, const PolyImpl& n2); |
no test coverage detected