Implements GBComputation.
Definition at line 268 of file gb-walk.cpp.
271{
272 (void) m;
273
274 *result_remainder = nullptr;
275 *result_quotient = nullptr;
276 ERROR(
"rawGBMatrixLift not implemented for GB walks");
277 return false;
278}
References ERROR, and Matrix.