Support "struct of arrays" based complex numbers
Open
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
Follow-up of #50.
In #58, `kDLComplex` was added to support "array of structs" based complex numbers, which is the compact memory layout used in C/C++/Python/etc. However, as pointed out in #50 there is a need to support the "struct of arrays" layout as well (a struct containing two pointers for real and imag). This issue is to track such a need.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.