Frobby 0.9.5
|
#include <ScarfFacade.h>
Public Member Functions | |
ScarfFacade (const ScarfParams ¶ms) | |
~ScarfFacade () | |
void | computeMultigradedHilbertSeries () |
Computes the numerator of the multigraded Hilbert-Poincare series with no cancellation of common terms in numerator and denominator. | |
void | computeUnivariateHilbertSeries () |
Computes the numerator of the univariate Hilbert-Poincare series with no cancellation of common terms in numerator and denominator. | |
Private Attributes | |
ScarfParams | _params |
CommonParamsHelper | _helper |
auto_ptr< IdealOrderer > | _enumerationOrder |
auto_ptr< IdealOrderer > | _deformationOrder |
Additional Inherited Members | |
![]() | |
Facade (bool printActions) | |
Constructs a facade that prints out what it is doing if printActions is true. | |
virtual | ~Facade () |
void | printMessage (const char *message) |
Prints message to standard error if printing is turned on. | |
void | beginAction (const char *message) |
Prints message to standard error if printing is turned on, and records the time when the action started. | |
void | endAction () |
Prints to standard error the time since the last call to beginAction. | |
bool | isPrintingActions () const |
Returns true if printing actions. | |
Definition at line 27 of file ScarfFacade.h.
ScarfFacade::ScarfFacade | ( | const ScarfParams & | params | ) |
Definition at line 27 of file ScarfFacade.cpp.
ScarfFacade::~ScarfFacade | ( | ) |
Definition at line 41 of file ScarfFacade.cpp.
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.
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.
|
private |
Definition at line 46 of file ScarfFacade.h.
|
private |
Definition at line 45 of file ScarfFacade.h.
|
private |
Definition at line 44 of file ScarfFacade.h.
|
private |
Definition at line 43 of file ScarfFacade.h.