Reimplemented from Ring.
Definition at line 241 of file polyquotient.cpp.
243{
244 if (
K_->get_precision() > 0)
245 {
247 "polynomial division not yet implemented for RR or CC coefficients");
249 }
251 matf.set_entry(0, 0, f);
252 const Matrix *mf = matf.to_matrix();
253
255
256 const Matrix *mrem =
G->matrix_remainder(mf);
258
259 delete mrem;
260 delete mf;
263}
ring_elem elem(int i, int j) const
virtual ring_elem from_long(long n) const
GBComputation * make_gb(const ring_elem g) const
virtual FreeModule * make_FreeModule() const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References Matrix::elem(), ERROR, from_long(), G, PolynomialRing::K_, Ring::make_FreeModule(), make_gb(), Matrix, result(), MatrixConstructor::set_entry(), and MatrixConstructor::to_matrix().