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

◆ rawGBGetMatrix()

const Matrix * rawGBGetMatrix ( Computation * C)

Definition at line 320 of file groebner.cpp.

323{
324 try
325 {
328 if (G != nullptr) return G->get_gb();
329 ERROR("computation type unknown or not implemented");
330 return nullptr;
331 } catch (const exc::engine_error& e)
332 {
333 ERROR(e.what());
334 return nullptr;
335 }
336}
virtual GBComputation * cast_to_GBComputation()
Definition comp.hpp:111
base class for Groebner basis computations.
Definition comp-gb.hpp:69
const int ERROR
Definition m2-mem.cpp:55
tbb::flow::graph G
void clear_emit_size()
Definition text-io.cpp:26

References Computation::cast_to_GBComputation(), clear_emit_size(), ERROR, G, and Matrix.