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

◆ matrix_lift()

M2_bool binomialGB_comp::matrix_lift ( const Matrix * m,
const Matrix ** result_remainder,
const Matrix ** result_quotient )
virtual

Implements GBComputation.

Definition at line 1260 of file gb-toric.cpp.

1265{
1266 (void) m;
1267 *result_remainder = nullptr;
1268 *result_quotient = nullptr;
1269 ERROR("rawGBMatrixLift not implemented for toric GB's");
1270 return false;
1271}
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and Matrix.