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

◆ make()

void Solution::make ( int m,
const complex * s_s )

Definition at line 2188 of file NAG.cpp.

2189{
2190 this->n = m;
2191 x = newarray_atomic(complex, m);
2192 start_x = newarray_atomic(complex, m);
2194}
void copy_complex_array(int n, const typename Field::element_type *a, typename Field::element_type *b)
Definition NAG.hpp:381
#define newarray_atomic(T, len)
Definition newdelete.hpp:91
complex * x
Definition NAG.hpp:620
complex * start_x
Definition NAG.hpp:622
int n
Definition NAG.hpp:619

References copy_complex_array(), newarray_atomic, start_x, and x.

Referenced by PathTracker::track().