fast_polynom.h File Reference

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>
Include dependency graph for fast_polynom.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Todo:
kann eventuell wegrationalisiert werden, da kaum Geschwindigkeitsvorteil, wenn getCoeffAddr nur selten aufgerufen wird.

Definition in file fast_polynom.h.


Function Documentation

template<class defs , class TNum >
std::ostream& operator<< ( std::ostream &  out,
const fast_polynomXY< defs, TNum > &  z 
) [inline]

Definition at line 222 of file fast_polynom.h.

Generated on Tue Nov 23 13:10:52 2010 for centerfocus by  doxygen 1.6.3