Macaulay2 Engine
Loading...
Searching...
No Matches
newf4::GBF4Interface Class Reference

#include <GBF4Interface.hpp>

Inheritance diagram for newf4::GBF4Interface:
GBComputation Computation MutableEngineObject our_gc_cleanup our_new_delete

Public Member Functions

 GBF4Interface (const PolynomialRing *originalRing, const Matrix *inputMatrix, const std::vector< int > &variableWeights, Strategy strategy, int numThreads)
 GBF4Interface (const PolynomialRing *originalRing, const FreeModule *freeModule, const BasicPolyList &basicPolyList, const std::vector< int > &variableWeights, Strategy strategy, int numThreads)
 ~GBF4Interface () override
void remove_gb () override
enum ComputationStatusCode computation_is_complete ()
bool stop_conditions_ok () override
void start_computation () override
const PolynomialRingget_ring () const override
Computationset_hilbert_function (const RingElement *h) override
const Matrixget_gb () override
const Matrixget_mingens () override
const Matrixget_change () override
const Matrixget_syzygies () override
const Matrixget_initial (int nparts) override
const Matrixmatrix_remainder (const Matrix *m) override
M2_bool matrix_lift (const Matrix *m, const Matrix **result_remainder, const Matrix **result_quotient) override
int contains (const Matrix *m) override
void text_out (buffer &o) const override
int complete_thru_degree () const override
void show () const override
const GBF4Computationcomputation () const
Public Member Functions inherited from GBComputation
virtual ~GBComputation ()
GBComputationcast_to_GBComputation () override
virtual const Matrixget_parallel_lead_terms (M2_arrayint w)
Public Member Functions inherited from Computation
Computationset_stop_conditions (M2_bool always_stop, M2_arrayint degree_limit, int basis_element_limit, int syzygy_limit, int pair_limit, int codim_limit, int subring_limit, M2_bool just_min_gens, M2_arrayint length_limit)
enum ComputationStatusCode status () const
virtual ResolutionComputationcast_to_ResolutionComputation ()
Public Member Functions inherited from MutableEngineObject
 MutableEngineObject ()
virtual ~MutableEngineObject ()
unsigned int hash () const
Public Member Functions inherited from our_gc_cleanup
 our_gc_cleanup ()
virtual ~our_gc_cleanup ()

Private Attributes

const PolynomialRingmOriginalRing
const FreeModulemFreeModule
std::unique_ptr< VectorArithmeticmVectorArithmetic
std::unique_ptr< GBF4ComputationmComputation

Additional Inherited Members

Static Public Member Functions inherited from GBComputation
static GBComputationchoose_gb (const Matrix *m, M2_bool collect_syz, int n_rows_to_keep, M2_arrayint gb_weights, M2_bool use_max_degree, int max_degree, int algorithm, int strategy, int numThreads, int max_reduction_count=10)
Static Public Member Functions inherited from our_new_delete
static void * operator new (size_t size)
static void * operator new[] (size_t size)
static void operator delete (void *obj)
static void operator delete[] (void *obj)
static void * operator new (size_t size, void *existing_memory)
static void * operator new[] (size_t size, void *existing_memory)
static void operator delete (void *obj, void *existing_memory)
static void operator delete[] (void *obj, void *existing_memory)
Protected Member Functions inherited from GBComputation
 GBComputation ()
Protected Member Functions inherited from Computation
 Computation ()
enum ComputationStatusCode set_status (enum ComputationStatusCode)
virtual ~Computation ()
Protected Attributes inherited from Computation
StopConditions stop_

Detailed Description

Definition at line 70 of file GBF4Interface.hpp.


The documentation for this class was generated from the following files: