Data Fields | |
unsigned long | Magic |
Used internally. | |
int | NFactors |
Number of different irreducible factors. | |
int | BufSize |
Used internally for memory management. | |
Poly_t ** | Factor |
List of irreducible factors. | |
int * | Mult |
Multiplicity of each factor. |
This structure contains a polynomial which is split into factors. The factors need not be irreducible.
int FPoly_t::BufSize |
Used internally for memory management.
List of irreducible factors.
unsigned long FPoly_t::Magic |
Used internally.
int* FPoly_t::Mult |
Multiplicity of each factor.
Number of different irreducible factors.