|
CoxIter
1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
Some mathematical functions regarding polynomials. More...
#include <string>#include <vector>#include <iostream>#include <cmath>#include <iterator>#include <map>#include <gmpxx.h>

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) |
Some mathematical functions regarding polynomials.
1.8.11