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

◆ add_to_complex_array()

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

Definition at line 408 of file NAG.hpp.

411{
412 for (int i = 0; i < n; i++, a++) *a = *a + b[i];
413}

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