Definition at line 84 of file gb-homog2.cpp.
89{
90 int i;
92
94
96
98
99 for (i = 0; i < m->
n_cols(); i++)
100 {
101 ring_elem denom;
102 gbvector *f =
originalR->translate_gbvector_from_vec(
_F, (*m)[i], denom);
105 {
108 }
109 }
110}
FreeModule * sub_space(int n) const
void initialize0(const Matrix *m, int csyz, int nsyz, M2_arrayint gb_weights)
const PolynomialRing * originalR
s_pair * new_gen(int i, gbvector *f, ring_elem denom)
const FreeModule * cols() const
const int GB_COMP_NEWDEGREE
References _F, _Fsyz, _gens, _n_gens_left, _n_rows_per_syz, _state, _strategy, Matrix::cols(), GB_COMP_NEWDEGREE, initialize0(), Matrix, Matrix::n_cols(), new_gen(), originalR, p, and FreeModule::sub_space().