Implements GBComputation.
Definition at line 198 of file f4-computation.cpp.
202{
203 (void) m;
204 *result_remainder = nullptr;
205 *result_quotient = nullptr;
206 ERROR(
"No special algorithm for computing matrix remainder and lift for `Algorithm => LinearAlgebra");
207 return false;
208}
References ERROR, and Matrix.