Definition at line 1306 of file f4.cpp.
1307{
1309 int nrows = 0;
1310 for (
int nr = 0; nr <
mat->rows.size(); nr++)
1312
1313 MutableMatrix *gbM =
1315
1316 int r = -1;
1317 for (
int nr = 0; nr <
mat->rows.size(); nr++)
1319 {
1320 r++;
1321 row_elem &row =
mat->rows[nr];
1323 for (
int i = 0; i < row.
len; i++)
1324 {
1325 int c = row.
comps[i];
1328 }
1329 }
1330
1331 buffer o;
1334}
const ElementArray & get_coeffs_array(row_elem &r)
bool is_new_GB_row(int row) const
const VectorArithmetic * mVectorArithmetic
void text_out(buffer &o) const
virtual bool set_entry(size_t r, size_t c, const ring_elem a)=0
MutableMatrix * IM2_MutableMatrix_make(const Ring *R, int nrows, int ncols, M2_bool is_dense)
References row_elem::comps, emit(), get_coeffs_array(), IM2_MutableMatrix_make(), INTSIZE, is_new_GB_row(), row_elem::len, mat, mVectorArithmetic, MutableMatrix::set_entry(), buffer::str(), and MutableMatrix::text_out().