- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is it possible to use the MKL_Complex16 data type instead of the _Complex data type when using the Intel DFT?
Thanks,
Tadhg
Is it possible to use the MKL_Complex16 data type instead of the _Complex data type when using the Intel DFT?
Thanks,
Tadhg
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tadhg,
Yes, C99's "double _Complex" andMKL's "MKL_Complex16" have the samememory layout, so they arefully interchangeable behind the scene. You only have to care about proper casting, to please the compiler (or to fool it).
Regards,
Dima
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Dima, I have been to trying to find an answer to that for a while
Tadhg
Tadhg

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page