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

◆ multiply_complex_array_scalar()

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

Definition at line 400 of file NAG.hpp.

403{
404 for (int i = 0; i < n; i++, a++) *a = *a * b;
405}

Referenced by PathTracker::track().