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

◆ HilbertController()

HilbertController::HilbertController ( const FreeModule * F0,
const RingElement * hf )

Definition at line 20 of file hilb-fcn.cpp.

22 : F(F0),
23 leadterms(nullptr), // set later
24 hilb_new_elems(true),
25 hilb_n_in_degree(0), // will be really set later
26 hf_orig(hf),
27 hf_diff(nullptr) // will be set later
28{
29 // TODO: check and write
30 R = F->get_ring()->cast_to_PolynomialRing();
31}
const PolynomialRing * R
Definition hilb-fcn.hpp:80
const RingElement * hf_orig
Definition hilb-fcn.hpp:89
RingElement * hf_diff
Definition hilb-fcn.hpp:91
const FreeModule * F
Definition hilb-fcn.hpp:81
MatrixConstructor * leadterms
Definition hilb-fcn.hpp:82

References F, hf_diff, hf_orig, hilb_n_in_degree, hilb_new_elems, leadterms, and R.