Macaulay2 Engine
Loading...
Searching...
No Matches

◆ IM2_MonomialIdeal_Hilbert()

const RingElement * IM2_MonomialIdeal_Hilbert ( const MonomialIdeal * I)

Definition at line 262 of file monomial-ideal.cpp.

267{
268 try
269 {
271 } catch (const exc::engine_error& e)
272 {
273 ERROR(e.what());
274 return nullptr;
275 }
276}
static RingElement * hilbertNumerator(const Matrix *M)
Definition hilb.cpp:665
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and hilb_comp::hilbertNumerator().