Searched refs:complex_length (Results 1 – 1 of 1) sorted by relevance
25 void Conjugate(complex<float>* array, size_t complex_length) { in Conjugate() argument26 std::for_each(array, array + complex_length, in Conjugate()