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

◆ PathTracker()

PathTracker::PathTracker ( )
private

Definition at line 1418 of file NAG.cpp.

1419{
1420 raw_solutions = nullptr;
1421 solutions = nullptr;
1422 DMforPN = nullptr;
1423}
Matrix * solutions
Definition NAG.hpp:748
Solution * raw_solutions
Definition NAG.hpp:747
double * DMforPN
Definition NAG.hpp:668

References DMforPN, raw_solutions, and solutions.

Referenced by make(), make(), make(), make_slps(), and rawSetParametersPT.