CoxIter  1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
Namespaces | Functions
polynomials.h File Reference

Some mathematical functions regarding polynomials. More...

#include <string>
#include <vector>
#include <iostream>
#include <cmath>
#include <iterator>
#include <map>
#include <gmpxx.h>
Include dependency graph for polynomials.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Polynomials
 

Functions

template<typename Type >
void Polynomials::polynomialDisplay (const vector< Type > &iPolynomial)
 
template<typename Type >
void Polynomials::symbolDisplay (const vector< Type > &iSymbol)
 
template<typename Type >
void Polynomials::polynomialDotSymbol (vector< Type > &iPolynomial, const unsigned int &iSymbol)
 
template<typename Type >
bool Polynomials::dividePolynomialBySymbol (vector< Type > &iPolynomial, const unsigned int &iSymbol)
 
template<typename Type >
bool Polynomials::dividePolynomialByPolynomial (vector< Type > &iNumerator, const vector< Type > &iDenominator)
 

Detailed Description

Some mathematical functions regarding polynomials.

Author
Rafael Guglielmetti