|
bool | Frobby::alexanderDual (const Ideal &ideal, const mpz_t *reflectionMonomial, IdealConsumer &consumer) |
| Compute the Alexander dual of ideal using the point reflectionMonomial. More...
|
|
bool | Frobby::alexanderDual (const Ideal &ideal, const Ideal &reflectionMonomial, IdealConsumer &consumer) |
|
void | Frobby::multigradedHilbertPoincareSeries (const Ideal &ideal, PolynomialConsumer &consumer) |
| Compute the multigraded Hilbert-Poincare series of ideal. More...
|
|
void | Frobby::univariateHilbertPoincareSeries (const Ideal &ideal, PolynomialConsumer &consumer) |
| Compute the univariate Hilbert-Poincare series of ideal. More...
|
|
void | Frobby::irreducibleDecompositionAsIdeals (const Ideal &ideal, IdealConsumer &consumer) |
| Compute the irreducible decomposition of ideal. More...
|
|
bool | Frobby::irreducibleDecompositionAsMonomials (const Ideal &ideal, IdealConsumer &consumer) |
| Compute the irreducible decomposition of ideal, and encode each irreducible component as a monomial. More...
|
|
void | Frobby::maximalStandardMonomials (const Ideal &ideal, IdealConsumer &consumer) |
| Compute the maximal standard monomials of ideal. More...
|
|
bool | Frobby::solveStandardMonomialProgram (const Ideal &ideal, const mpz_t *l, IdealConsumer &consumer) |
| Solve the optimization program. More...
|
|
void | Frobby::codimension (const Ideal &ideal, mpz_t codim) |
| Compute the codimension of a monomial ideal. More...
|
|
void | Frobby::dimension (const Ideal &ideal, mpz_t dim) |
| Compute the Krull dimension of a monomial ideal. More...
|
|
void | Frobby::primaryDecomposition (const Ideal &ideal, IdealConsumer &consumer) |
| Compute the canonical primary decomposition of a monomial ideal. More...
|
|
void | Frobby::associatedPrimes (const Ideal &ideal, IdealConsumer &consumer) |
| Compute the associated primes of the ideal. More...
|
|