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

◆ hilbertNumerator() [1/3]

RingElement * hilb_comp::hilbertNumerator ( const FreeModule * F)
static

Definition at line 681 of file hilb.cpp.

682{
683 const Matrix *Fmatrix = Matrix::make(F, 0, nullptr);
684 RingElement *result = hilbertNumerator(Fmatrix);
685 delete Fmatrix;
686 return result;
687}
static const Matrix * make(const FreeModule *target, int ncols, const engine_RawRingElementArray M)
Definition matrix.cpp:60
static RingElement * hilbertNumerator(const Matrix *M)
Definition hilb.cpp:665
#define Matrix
Definition factory.cpp:14
VALGRIND_MAKE_MEM_DEFINED & result(result)

References hilbertNumerator(), Matrix, and result().