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

◆ zero_complex_array()

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

Array manipulating functions

Definition at line 375 of file NAG.hpp.

376{
377 for (int i = 0; i < n; i++, a++) *a = 0.;
378}

Referenced by PathTracker::track().