contains polynomial classes in one and two varibles with template coefficients More...
#include <fstream>#include <iostream>#include <assert.h>#include <stdlib.h>#include <sstream>#include <string>#include <vector>#include "parseTools.h"#include "polynom.cpp"

Go to the source code of this file.
Classes | |
| class | polynomXY< TNum, TIndex > |
| class used to store the coefficients of a polynom in (x,y) More... | |
| class | polynomx< TNum > |
| represents a polynom in one variable More... | |
Functions | |
| template<class PolynomXY_Type , class RingType , class _istream > | |
| PolynomXY_Type | createFromStream (_istream &_polynomStream, RingType &ringRef) |
| template<class PolynomXY_Type , class RingType > | |
| PolynomXY_Type | createFromString (string &_polynomString, RingType &ringRef) |
| template<typename TNum , typename TIndex > | |
| std::ostream & | operator<< (std::ostream &out, const polynomXY< TNum, TIndex > &z) |
Definition in file polynom.h.
| PolynomXY_Type createFromStream | ( | _istream & | _polynomStream, | |
| RingType & | ringRef | |||
| ) | [inline] |
Definition at line 39 of file polynom.h.
References countElements(), countSubGroups(), extractChar(), extractNextBracedData(), extractNextData(), getMaxMonomDegree(), and parseNumber().

| PolynomXY_Type createFromString | ( | string & | _polynomString, | |
| RingType & | ringRef | |||
| ) | [inline] |
1.6.3