Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Polynomial.h File Reference


Detailed Description

Defines the mcPolynomial class.

See Polynomial.cpp for more info.

Definition in file Polynomial.h.

#include "mc/ElementArray.h"
#include "mc/Monomial.h"

Include dependency graph for Polynomial.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define mcMAKEPOL_IDX(midx, eidx)   (((midx) << 16) | (eidx))
 A useful macro to create mcArrayEntry for the mcPolynomial class.

Variables

class class class class mcPolynomial mcEmptyPolynomial


Define Documentation

#define mcMAKEPOL_IDX midx,
eidx   )     (((midx) << 16) | (eidx))
 

A useful macro to create mcArrayEntry for the mcPolynomial class.

Parameters:
midx The DATA index of the monomial to localize
eidx The DATA index of the element inside the monomial to point

Definition at line 59 of file Polynomial.h.

Referenced by mcPolynomialHelpers::math_EmbedInBracket(), mcPolynomialHelpers::math_GetIndexOf(), and mcPolynomialHelpers::math_WrapMonomial().


Variable Documentation

class class class class class mcPolynomial mcEmptyPolynomial
 



Documentation generated with Doxygen on Sun Feb 6 17:12:00 2005
Visit MathStudio home page for more info

[ Top ]