Macaulay2 Engine
Loading...
Searching...
No Matches

◆ get_change()

const Matrix * HermiteComputation::get_change ( )
virtual

Implements GBComputation.

Definition at line 331 of file hermite.cpp.

332{
333 MatrixConstructor mat(Fsyz, 0);
334 for (hm_elem *p = GB_list; p != nullptr; p = p->next)
335 mat.append(globalZZ->copy_vec(p->fsyz));
336 return mat.to_matrix();
337}
const FreeModule * Fsyz
Definition hermite.hpp:64
hm_elem * GB_list
Definition hermite.hpp:63
vec copy_vec(const vecterm *v) const
Definition ring-vecs.cpp:91
RingZZ * globalZZ
Definition relem.cpp:13
int p

References MatrixConstructor::append(), Fsyz, GB_list, globalZZ, Matrix, p, and MatrixConstructor::to_matrix().