Classes | |
struct | Array |
Public Member Functions | |
void | solve (int degree, bool polish=true, bool doSort=true) |
complex_t | eval (int degree, const complex_t &x) |
complex_t * | coef () |
complex_t * | root () |
void | sort (int degree) |
Protected Attributes | |
int | m_maxdegree |
complex_t * | m_a |
complex_t * | m_ad |
complex_t * | m_root |