FORM 4.3
Public Member Functions | Data Fields | Friends
factorized_poly Class Reference

Public Member Functions

void add_factor (const poly &f, int p=1)
 
const std::string tostring () const
 

Data Fields

std::vector< polyfactor
 
std::vector< int > power
 

Friends

std::ostream & operator<< (std::ostream &out, const poly &p)
 

Detailed Description

Definition at line 54 of file polyfact.h.

Member Function Documentation

◆ add_factor()

void add_factor ( const poly f,
int  p = 1 
)

Definition at line 125 of file polyfact.cc.

◆ tostring()

const string tostring ( ) const

Definition at line 59 of file polyfact.cc.

Field Documentation

◆ factor

std::vector<poly> factor

Definition at line 59 of file polyfact.h.

◆ power

std::vector<int> power

Definition at line 60 of file polyfact.h.


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