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

◆ rawMarkedGB()

Computation * rawMarkedGB ( const Matrix * leadterms,
const Matrix * m,
const Matrix * gb,
const Matrix * change,
const Matrix * syz )

Definition at line 200 of file groebner.cpp.

206{
208 try
209 {
210 return GBDeclared::create(leadterms, m, gb, change, syz);
211 } catch (const exc::engine_error& e)
212 {
213 ERROR(e.what());
214 return nullptr;
215 }
216}
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().