-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complex support #24
Comments
Basically I store complex data as |
To convert |
Hmm, Create another object as MfArrayComplex? |
Create |
ToDo
|
|
How about |
Complex addition was implemented by ca948f4. |
ToDo list
|
To use vdsp,
DSPSplitComplex
seems to be needed according to documentsTo use blas package,
DSPComplex
will be needed according to this discussionto achieve to support complex type, using
DSPComplex
is ideal?I must check the difference between
DSPComplex
andDSPSplitComplex
at first.DSPComplex
is the consecutive float values.by document
On the other hand,
DSPSplitComplex
is stored in different memoriesby document
So I need to implement the function to connect this difference of memory layout
The text was updated successfully, but these errors were encountered: