Quantcast
Channel: Intel® Software - Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 3005

Can MKL FFTs work with User defined data types/structures

$
0
0

I know that MKL FFT can work with std::complex

But I would like to know whether it can work with user defined data types. For example, If I replace std::complex with my own data type

struct Complex{

 float r;

float i;

// with all the operator overloading for *,-,+

};

Can MKL work with this struct complex?


Viewing all articles
Browse latest Browse all 3005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>