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

◆ evaluate_slpHxtH()

void PathTracker::evaluate_slpHxtH ( int n,
const complex * x0t0,
complex * HxtH )
inlineprivate

Definition at line 708 of file NAG.hpp.

709 {
710 if (is_projective)
711 ERROR("not implemented");
712 else
713 slpHxtH->evaluate(n + 1, x0t0, HxtH);
714 }
M2_bool is_projective
Definition NAG.hpp:751
StraightLineProgram * slpHxtH
Definition NAG.hpp:662
const int ERROR
Definition m2-mem.cpp:55

References ERROR, is_projective, and slpHxtH.

Referenced by track().