polynom.h File Reference

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

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)

Detailed Description

Definition in file polynom.h.


Function Documentation

template<class PolynomXY_Type , class RingType , class _istream >
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().

Here is the call graph for this function:

template<class PolynomXY_Type , class RingType >
PolynomXY_Type createFromString ( string &  _polynomString,
RingType &  ringRef 
) [inline]

Definition at line 107 of file polynom.h.

template<typename TNum , typename TIndex >
std::ostream& operator<< ( std::ostream &  out,
const polynomXY< TNum, TIndex > &  z 
) [inline]

Definition at line 292 of file polynom.h.

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