#include <ScarfFacade.h>
|
| 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...
|
|
Definition at line 27 of file ScarfFacade.h.
◆ ScarfFacade()
◆ ~ScarfFacade()
ScarfFacade::~ScarfFacade |
( |
| ) |
|
◆ computeMultigradedHilbertSeries()
void ScarfFacade::computeMultigradedHilbertSeries |
( |
| ) |
|
Computes the numerator of the multigraded Hilbert-Poincare series with no cancellation of common terms in numerator and denominator.
Definition at line 44 of file ScarfFacade.cpp.
◆ computeUnivariateHilbertSeries()
void ScarfFacade::computeUnivariateHilbertSeries |
( |
| ) |
|
Computes the numerator of the univariate Hilbert-Poincare series with no cancellation of common terms in numerator and denominator.
Definition at line 60 of file ScarfFacade.cpp.
◆ _deformationOrder
◆ _enumerationOrder
◆ _helper
◆ _params
The documentation for this class was generated from the following files: