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

◆ IM2_Matrix_Hilbert()

const RingElement * IM2_Matrix_Hilbert ( const Matrix * M)

Definition at line 58 of file groebner.cpp.

63{
64 try
65 {
67 } catch (const exc::engine_error& e)
68 {
69 ERROR(e.what());
70 return nullptr;
71 }
72}
static RingElement * hilbertNumerator(const Matrix *M)
Definition hilb.cpp:665
const int ERROR
Definition m2-mem.cpp:55

References ERROR, hilb_comp::hilbertNumerator(), RingMap::M, and Matrix.