You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why s_type is defined the way it is, rather than using MKL_Complex8 from the MKL?
There are also a couple of places where a parameter or return value is a vector, when maybe it should be a struct.
I think there are also some places where ints should be size_ts or vice versa, to allow compilation on different architectures, but I will need to do some more investigation.
The text was updated successfully, but these errors were encountered:
I'm not sure why
s_type
is defined the way it is, rather than usingMKL_Complex8
from the MKL?There are also a couple of places where a parameter or return value is a
vector
, when maybe it should be astruct
.I think there are also some places where
int
s should besize_t
s or vice versa, to allow compilation on different architectures, but I will need to do some more investigation.The text was updated successfully, but these errors were encountered: