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 |
|
A useful macro to create mcArrayEntry for the mcPolynomial class.
Definition at line 59 of file Polynomial.h. Referenced by mcPolynomialHelpers::math_EmbedInBracket(), mcPolynomialHelpers::math_GetIndexOf(), and mcPolynomialHelpers::math_WrapMonomial(). |
|
|
[ Top ] |