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

◆ matrix_lift()

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

Implements GBComputation.

Definition at line 268 of file gb-walk.cpp.

271{
272 (void) m;
273 // MES: TO WRITE, should this be written?
274 *result_remainder = nullptr;
275 *result_quotient = nullptr;
276 ERROR("rawGBMatrixLift not implemented for GB walks");
277 return false;
278}
const int ERROR
Definition m2-mem.cpp:55

References ERROR, and Matrix.