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

Monomial.cpp File Reference


Detailed Description

Implements the mcMonomial class.

Author:
Francesco Montorsi
Date:
20-9-2002

Definition in file Monomial.cpp.

#include "mc/mcprec.h"
#include "mc/MathUtils.h"
#include "mc/Monomial.h"
#include "mc/Number.h"
#include "mc/Fraction.h"
#include "mc/Bracket.h"
#include "mc/Text.h"
#include "mc/Symbol.h"
#include "mc/AddSubOp.h"
#include "mc/MultDivOp.h"
#include "mc/Function.h"
#include "mc/Radical.h"

Include dependency graph for Monomial.cpp:

Go to the source code of this file.

Functions

 mcIMPLEMENT_MAIN_CLASS (mcMonomial, mcElementArray)
bool isMonomialOkay (const mcElement &p)

Variables

mcMonomial mcEmptyMonomial (NULL)


Function Documentation

bool isMonomialOkay const mcElement p  ) 
 

Definition at line 86 of file Monomial.cpp.

References mcET_POLYNOMIAL.

mcIMPLEMENT_MAIN_CLASS mcMonomial  ,
mcElementArray 
 


Variable Documentation

mcMonomial mcEmptyMonomial(NULL)
 

Referenced by mcPolynomialHelpers::gui_ReplaceBracket(), mcPolynomialHelpers::math_GetCoeffOf(), mcMathSystemHelpers::math_GetGCD(), mcMathMngHelpers::math_GetGCD(), mcMathSystemHelpers::math_GetLCM(), mcMathMngHelpers::math_GetLCM(), mcPolynomialHelpers::math_GetMonomialContaining(), mcPolySolver::math_SolveLineFirstDegree(), and mcPolySolver::math_SolveLineSecondDegree().



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

[ Top ]