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

◆ get_change()

const Matrix * GB_comp::get_change ( )
virtual

Implements GBComputation.

Definition at line 1025 of file gb-homog2.cpp.

1026{
1028 MatrixConstructor mat(_Fsyz, 0);
1029 for (int i = 0; i < _gb.size(); i++)
1030 mat.append(originalR->translate_gbvector_to_vec(_Fsyz, _gb[i]->fsyz));
1031 return mat.to_matrix();
1032}
void start_computation()
const FreeModule * _Fsyz
Definition gb-homog2.hpp:74
const PolynomialRing * originalR
Definition gb-homog2.hpp:67

References _Fsyz, MatrixConstructor::append(), Matrix, originalR, start_computation(), and MatrixConstructor::to_matrix().