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

◆ negate_complex_array()

template<class Field>
void negate_complex_array ( int n,
typename Field::element_type * a )

Definition at line 416 of file NAG.hpp.

417{
418 for (int i = 0; i < n; i++, a++) *a = -*a;
419}

Referenced by PathTracker::refine(), and PathTracker::track().