emsr / polynomial

A C++ polynomials and related algorithms.
6 stars 3 forks source link

Compilation fails for testlowdegree. #3

Closed emsr closed 6 years ago

emsr commented 6 years ago

including this in other testers works. something is hosed with tha loworder tester.

emsr commented 6 years ago

I had messed up operator< for solution_t. I had the real() and imag() overloads for solution_t. I didn't need any get<>(). I punted on ext/