contains fast_polynomXY - representation of polynomials in two varibles More...
#include <fstream>#include <iostream>#include <assert.h>#include "polynomdefs.h"#include <stdio.h>#include <string.h>#include <string>

Go to the source code of this file.
Classes | |
| class | fast_polynomXY< defs, TNum > |
| This class manages coefficients of a polynom in (x,y) with template type TNum, see detailed description. Limitations: exponent is bounded to a 'short int', maxDegree is bounded to a 'short int'. More... | |
| class | fast_polynomx< TNum > |
| manages fast access to coefficients of a polynom in x More... | |
Functions | |
| template<class defs , class TNum > | |
| std::ostream & | operator<< (std::ostream &out, const fast_polynomXY< defs, TNum > &z) |
Definition in file fast_polynom.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const fast_polynomXY< defs, TNum > & | z | |||
| ) | [inline] |
Definition at line 222 of file fast_polynom.h.
1.6.3