Frobby  0.9.5
Public Member Functions | List of all members
PolynomialFacade Class Reference

A facade for operations on polynomials. More...

#include <PolynomialFacade.h>

Inheritance diagram for PolynomialFacade:
Facade

Public Member Functions

 PolynomialFacade (bool printActions)
 
void sortTerms (BigPolynomial &poly)
 Sort the terms of poly. More...
 
void sortVariables (BigPolynomial &poly)
 Sort the variables of poly. More...
 

Additional Inherited Members

- Private Member Functions inherited from Facade
 Facade (bool printActions)
 Constructs a facade that prints out what it is doing if printActions is true. More...
 
virtual ~Facade ()
 
void printMessage (const char *message)
 Prints message to standard error if printing is turned on. More...
 
void beginAction (const char *message)
 Prints message to standard error if printing is turned on, and records the time when the action started. More...
 
void endAction ()
 Prints to standard error the time since the last call to beginAction. More...
 
bool isPrintingActions () const
 Returns true if printing actions. More...
 

Detailed Description

A facade for operations on polynomials.

Definition at line 28 of file PolynomialFacade.h.

Constructor & Destructor Documentation

◆ PolynomialFacade()

PolynomialFacade::PolynomialFacade ( bool  printActions)

Definition at line 22 of file PolynomialFacade.cpp.

Member Function Documentation

◆ sortTerms()

void PolynomialFacade::sortTerms ( BigPolynomial poly)

Sort the terms of poly.

Definition at line 26 of file PolynomialFacade.cpp.

◆ sortVariables()

void PolynomialFacade::sortVariables ( BigPolynomial poly)

Sort the variables of poly.

Definition at line 34 of file PolynomialFacade.cpp.


The documentation for this class was generated from the following files: