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

◆ set_hilbert_function()

void F4GB::set_hilbert_function ( const RingElement * hf)

Definition at line 94 of file f4.cpp.

95{
96 hilbert = new HilbertController(mFreeModule, hf); // TODO MES: GC problem?
97}
HilbertController * hilbert
Definition f4.hpp:175
const FreeModule * mFreeModule
Definition f4.hpp:158

References hilbert, and mFreeModule.