Reimplemented from Computation.
Definition at line 315 of file gauss.cpp.
316{
318 for (
int i = 0; i <
gens->n_rows(); i++)
319 {
321 {
322 o <<
"--- component " << i <<
" -----" <<
newline;
323 o << "gb elem = ";
326 }
328 o <<
"--- component " << i <<
" -----" <<
newline;
330 {
332 o << " ## ";
333 R->vec_text_out(o,
p->f);
334 o << " ## ";
335 R->vec_text_out(o,
p->fsyz);
337 }
338 }
340 for (
int i = 0; i < syz_list.size(); i++)
R->vec_text_out(o, syz_list[i]);
342}
References gb_list, gens, newline, p, R, and reduce_list.
Referenced by start_computation().