Definition at line 186 of file gb-homog2.cpp.
187{
188 gbvector *fsyz;
189
191 fsyz =
_GR->gbvector_term(
_Fsyz, denom, i + 1);
192 else
193 fsyz =
_GR->gbvector_zero();
194
195 if (
_GR->gbvector_is_zero(f))
196 {
197 if (!
_GR->gbvector_is_zero(fsyz))
198 {
199 _syz.push_back(fsyz);
201 }
202 return nullptr;
203 }
204
205 s_pair *
result =
new s_pair;
214
216
218}
const GBWeight * weightInfo_
VALGRIND_MAKE_MEM_DEFINED & result(result)
References _Fsyz, _GR, _M, _n_rows_per_syz, _n_syz, result(), SPAIR_GEN, and weightInfo_.
Referenced by initialize().