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

◆ IM2_GB_force()

Computation * IM2_GB_force ( const Matrix * m,
const Matrix * gb,
const Matrix * change,
const Matrix * syz )

Definition at line 183 of file groebner.cpp.

188{
190 try
191 {
192 return GBDeclared::create(m, gb, change, syz);
193 } catch (const exc::engine_error& e)
194 {
195 ERROR(e.what());
196 return nullptr;
197 }
198}
static GBComputation * create(const Matrix *m, const Matrix *gb, const Matrix *change, const Matrix *syz)
const Ring * get_ring() const
Definition matrix.hpp:134
void gb(IntermediateBasis &F, int n)
void test_over_RR_or_CC(const Ring *R)
Definition groebner.cpp:38
const int ERROR
Definition m2-mem.cpp:55

References GBDeclared::create(), ERROR, gb(), Matrix::get_ring(), Matrix, and test_over_RR_or_CC().