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

◆ initialize()

void GBWalker::initialize ( )
private

Definition at line 131 of file gb-walk.cpp.

132{
133 // Initialize the local variables of the computation
135 ww = nullptr;
136 inwwG = nullptr;
137 gb_inwwG = nullptr;
138 next_to_reduce = 0;
139 // G is already set
140 G1 = nullptr;
141}
MarkedGB * G1
Definition gb-walk.hpp:89
int next_to_reduce
Definition gb-walk.hpp:85
GBComputation * gb_inwwG
Definition gb-walk.hpp:84
enum GBWalker::@204216357340354175217111063216361047022355062066 state
M2_arrayint ww
Definition gb-walk.hpp:82
@ STATE_compute_w
Definition gb-walk.hpp:76
const Matrix * inwwG
Definition gb-walk.hpp:83

References G1, gb_inwwG, inwwG, next_to_reduce, state, STATE_compute_w, and ww.