Macaulay2 Engine
Loading...
Searching...
No Matches
finalize.hpp
Go to the documentation of this file.
1// Copyright 2010 Michael E. Stillman.
2
31
32class PolynomialRing;
33class MonomialIdeal;
34class MutableMatrix;
35class GBComputation;
37class SchreyerOrder;
38
39// These functions should be called if G will not be freed by its owner
base class for Groebner basis computations.
Definition comp-gb.hpp:69
Engine-side monomial ideal: a decision tree of Nmi_nodes storing the (typically minimal) generators b...
Definition monideal.hpp:136
Abstract base class for mutable matrices over an arbitrary engine Ring, the in-place counterpart of t...
Definition mat.hpp:79
Abstract base for the engine's polynomial-ring hierarchy.
Definition polyring.hpp:96
Base class for free resolution computation classes.
Definition comp-res.hpp:52
Per-component tie-breaker data for a Schreyer monomial order on a FreeModule.
Definition schorder.hpp:68
void intern_GB(GBComputation *G)
Definition finalize.cpp:112
void intern_monideal(MonomialIdeal *G)
Definition finalize.cpp:55
MutableMatrix * internMutableMatrix(MutableMatrix *G)
Definition finalize.cpp:200
void intern_polyring(const PolynomialRing *G)
Definition finalize.cpp:81
void intern_SchreyerOrder(SchreyerOrder *G)
Definition finalize.cpp:171
void intern_res(ResolutionComputation *G)
Definition finalize.cpp:144
tbb::flow::graph G