MeatAxe  2.4
FPoly_t Class Reference

A Factored Polynomial. More...

Data Fields

unsigned long Magic
 Used internally. More...
 
int NFactors
 Number of different irreducible factors. More...
 
int BufSize
 Used internally for memory management. More...
 
Poly_t ** Factor
 List of irreducible factors. More...
 
int * Mult
 Multiplicity of each factor. More...
 

Detailed Description

A Factored Polynomial.

This structure contains a polynomial which is split into factors. The factors need not be irreducible.

Field Documentation

◆ BufSize

int FPoly_t::BufSize

Used internally for memory management.

◆ Factor

Poly_t** FPoly_t::Factor

List of irreducible factors.

◆ Magic

unsigned long FPoly_t::Magic

Used internally.

◆ Mult

int* FPoly_t::Mult

Multiplicity of each factor.

◆ NFactors

int FPoly_t::NFactors

Number of different irreducible factors.


The documentation for this class was generated from the following file:

MeatAxe 2.4 documentation, generated on Fri Feb 1 2019 21:05:37