| 451 | input.insert(input.end(), cosine, cosine + L); |
| 452 | |
| 453 | struct Cplx { float r, i; }; |
| 454 | const Cplx expected[2][2][3] = { |
| 455 | { { {10,0},{18,0},{26,0} }, { {-2,2},{-2,2},{-2,2} } }, |
| 456 | { { { 0,0},{ 0,0},{ 0,0} }, { { 0,-2},{ 0,2},{ 0,-2} } }, |
nothing calls this directly
no outgoing calls
no test coverage detected