FORM 4.3
|
Public Member Functions | |
void | add_factor (const poly &f, int p=1) |
const std::string | tostring () const |
Data Fields | |
std::vector< poly > | factor |
std::vector< int > | power |
Friends | |
std::ostream & | operator<< (std::ostream &out, const poly &p) |
Definition at line 54 of file polyfact.h.
void add_factor | ( | const poly & | f, |
int | p = 1 |
||
) |
Definition at line 125 of file polyfact.cc.
const string tostring | ( | ) | const |
Definition at line 59 of file polyfact.cc.
std::vector<poly> factor |
Definition at line 59 of file polyfact.h.
std::vector<int> power |
Definition at line 60 of file polyfact.h.