Definition at line 518 of file matrix.cpp.
521{
522 try
523 {
524#ifdef DEVELOPMENT
525#warning "check with 0.9.2 about what this should even do"
526#endif
528 {
529 ERROR(
"expected same ring");
530 return nullptr;
531 }
534 {
536 return nullptr;
537 }
538}
const Ring * get_ring() const
static Matrix * koszul_monomials(int nskew, const Matrix *rows, const Matrix *cols)
References ERROR, Matrix::get_ring(), and Matrix.