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

◆ copy_complex_array()

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

Definition at line 381 of file NAG.hpp.

384{
385 for (int i = 0; i < n; i++, a++, b++) *b = *a;
386}

Referenced by SLP< Field >::evaluate(), Solution::make(), PathTracker::refine(), solve_via_lapack(), solve_via_lapack_without_transposition(), and PathTracker::track().