projectNe10 / Ne10

An open optimized software library project for the ARM® Architecture
Other
1.46k stars 408 forks source link

Complex Number Multiplication #263

Open FalconBry opened 3 years ago

FalconBry commented 3 years ago

Hello, Does ne10 has a function that does Complex Number Multiplication? That is; a function that takes two ne10_fft_cpx_float32_t arrays and multiplies them with each other. Thank you.