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