CoxIter
1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
Some mathematical functions regarding polynomials. More...
#include <cmath>
#include <iostream>
#include <iterator>
#include <map>
#include <string>
#include <vector>
#include <gmpxx.h>
Go to the source code of this file.
Namespaces | |
Polynomials | |
Functions | |
template<typename Type > | |
void | Polynomials::polynomialDisplay (const vector< Type > &polynomial) |
template<typename Type > | |
void | Polynomials::symbolDisplay (const vector< Type > &symbol) |
template<typename Type > | |
void | Polynomials::polynomialDotSymbol (vector< Type > &polynomial, const unsigned int &symbol) |
template<typename Type > | |
bool | Polynomials::dividePolynomialBySymbol (vector< Type > &polynomial, const unsigned int &symbol) |
template<typename Type > | |
bool | Polynomials::dividePolynomialByPolynomial (vector< Type > &numerator, const vector< Type > &denominator) |
Some mathematical functions regarding polynomials.